Mercurial > crates > nonstick
comparison src/lib.rs @ 103:dfcd96a74ac4
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 | 3f11b8d30f63 |
children |
comparison
equal
deleted
inserted
replaced
102:94eb11cb1798 | 103:dfcd96a74ac4 |
---|---|
33 | 33 |
34 mod environ; | 34 mod environ; |
35 #[cfg(feature = "link")] | 35 #[cfg(feature = "link")] |
36 mod libpam; | 36 mod libpam; |
37 pub mod logging; | 37 pub mod logging; |
38 mod _doc; | |
38 | 39 |
39 #[cfg(feature = "link")] | 40 #[cfg(feature = "link")] |
40 #[doc(inline)] | 41 #[doc(inline)] |
41 pub use crate::libpam::{LibPamHandle, OwnedLibPamHandle}; | 42 pub use crate::libpam::{LibPamHandle, OwnedLibPamHandle}; |
42 #[doc(inline)] | 43 #[doc(inline)] |