libpam-sys-impls

Crates.iolibpam-sys-impls
lib.rslibpam-sys-impls
version0.2.0
created_at2025-07-31 19:24:44.410852+00
updated_at2025-08-03 05:08:21.922263+00
descriptionDetects the current implementation of LibPAM.
homepage
repositoryhttps://hg.pfish.zone/crates/nonstick/
max_upload_size
id1775553
size10,824
paul fisher (thetorpedodog)

documentation

README

libpam-sys-impls: LibPAM library detection

This crate detects what implementation of LibPAM should be used, as part of the build script, and exports that information to downstream crates. It can also be used at runtime, but is primarily intended for build scripts.

Its main use is as a backend for libpam-sys. That crate re-exports pretty much everything we provide. In most cases, you can just use that instead of depending upon this directly.

MSRV

This library supports Rust 1.75, as the version currently (July 2025) available in Debian Trixie and Ubuntu 24.04 LTS.

Commit count: 0

cargo fmt