Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-helpers/README.md @ 176:0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
This moves the constants into `libpam-sys` and makes `libpam-sys-impls`
responsible solely for detecting the current PAM implementation.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 30 Jul 2025 17:53:31 -0400 |
parents | 4b3a5095f68c |
children |
comparison
equal
deleted
inserted
replaced
175:e30775c80b49 | 176:0730f5f2ee2a |
---|---|
1 # `libpam-sys-helpers`: Cross-platform helpers for `libpam-sys` | 1 # `libpam-sys-helpers`: Cross-platform helpers for `libpam-sys` |
2 | 2 |
3 This provides memory-management helpers for `libpam-sys`. | 3 This provides memory-management helpers for `libpam-sys`. |
4 | 4 |
5 This does not actually depend upon `libpam-sys`; it only uses `libpam-sys-consts`. | 5 This does not actually depend upon `libpam-sys`; it only uses `libpam-sys-impls`. |