comparison 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
comparison
equal deleted inserted replaced
191:e915c54097d6 192:4c39eaa4a5ae
1 //! A safe, nonstick interface to the Pluggable Authentication Module framework. 1 //! 🍳 A safe, nonstick interface to
2 //! the Pluggable Authentication Modules framework.
2 //! 3 //!
3 //! Nonstick provides a fully type- and memory-safe interface to 4 //! Nonstick provides a fully type- and memory-safe interface to
4 //! all implementations of PAM, both for PAM modules and PAM applications. 5 //! all implementations of PAM, both for PAM modules and PAM applications.
5 //! 6 //!
6 //! # Usage 7 //! # Usage