diff src/lib.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 3f11b8d30f63
children
line wrap: on
line diff
--- a/src/lib.rs	Tue Jun 24 18:11:38 2025 -0400
+++ b/src/lib.rs	Wed Jun 25 00:59:24 2025 -0400
@@ -35,6 +35,7 @@
 #[cfg(feature = "link")]
 mod libpam;
 pub mod logging;
+mod _doc;
 
 #[cfg(feature = "link")]
 #[doc(inline)]