diff src/lib.rs @ 192:4c39eaa4a5ae

Add crate categories to Cargo, and add a little pan in places.
author Paul Fisher <paul@pfish.zone>
date Sat, 02 Aug 2025 19:24:12 -0400
parents e915c54097d6
children 5074d8e00560
line wrap: on
line diff
--- a/src/lib.rs	Sat Aug 02 19:01:21 2025 -0400
+++ b/src/lib.rs	Sat Aug 02 19:24:12 2025 -0400
@@ -1,4 +1,5 @@
-//! A safe, nonstick interface to the Pluggable Authentication Module framework.
+//! 🍳 A safe, nonstick interface to
+//! the Pluggable Authentication Modules framework.
 //!
 //! Nonstick provides a fully type- and memory-safe interface to
 //! all implementations of PAM, both for PAM modules and PAM applications.