Mercurial > crates > nonstick
diff libpam-sys/README.md @ 162:180237d0b498
Improve README files for libpam-sys and libpam-sys-consts.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 14 Jul 2025 15:07:16 -0400 |
parents | e9354e655f38 |
children | 0730f5f2ee2a |
line wrap: on
line diff
--- a/libpam-sys/README.md Sun Jul 13 16:06:51 2025 -0400 +++ b/libpam-sys/README.md Mon Jul 14 15:07:16 2025 -0400 @@ -1,7 +1,9 @@ # `libpam-sys`: low-level bindings to Pluggable Authentication Modules -This crate provides low-level access to PAM, working with multiple PAM implementations. -You do not need PAM system headers installed to use this! +- Supports all known PAM implementations on Linux, Mac OS, BSD, and Illumos/Solaris +- Works with zero configuration for common use cases +- No need for system header files +- Depends only on `libc` If you're looking for a nice, safe, Rusty API to PAM, may I recommend [nonstick]?