Mercurial > crates > nonstick
diff src/libpam/module.rs @ 103:dfcd96a74ac4 default tip
write a truly prodigious amount of documentation
adds a bunch of links to the OpenPAM man pages and the XSSO spec
as well as just a bunch of prose and stuff.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 25 Jun 2025 00:59:24 -0400 |
parents | f3e260f9ddcb |
children |
line wrap: on
line diff
--- a/src/libpam/module.rs Tue Jun 24 18:11:38 2025 -0400 +++ b/src/libpam/module.rs Wed Jun 25 00:59:24 2025 -0400 @@ -11,8 +11,8 @@ /// /// ```no_run /// use nonstick::{ -/// pam_hooks, Flags, OwnedLibPamHandle, PamHandleModule, PamModule, Result as PamResult, -/// ConversationAdapter, +/// pam_hooks, ConversationAdapter, Flags, OwnedLibPamHandle, PamHandleModule, PamModule, +/// Result as PamResult, /// }; /// use std::ffi::CStr; /// # fn main() {}