Mercurial > crates > nonstick
view libpam-sys/libpam-sys-impls/README.md @ 195:a47e1f6e4faa v0.1.1
Bump nonstick to v0.1.1.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 03 Aug 2025 01:09:53 -0400 |
parents | 995aca290452 |
children |
line wrap: on
line source
# `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](https://crates.io/crates/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.