comparison libpam-sys/src/lib.rs @ 191:e915c54097d6

Clean up docs and link versions to the right place.
author Paul Fisher <paul@pfish.zone>
date Sat, 02 Aug 2025 19:01:21 -0400
parents 995aca290452
children
comparison
equal deleted inserted replaced
190:995aca290452 191:e915c54097d6
26 26
27 /// Information about the current PAM implementation (or the implementation 27 /// Information about the current PAM implementation (or the implementation
28 /// that is being built for). 28 /// that is being built for).
29 pub mod pam_impl { 29 pub mod pam_impl {
30 #[doc(inline)] 30 #[doc(inline)]
31 pub use libpam_sys_impls::{PamImpl, enable_pam_impl_cfg, pam_impl_cfg_string}; 31 pub use libpam_sys_impls::{enable_pam_impl_cfg, pam_impl_cfg_string, PamImpl};
32 32
33 include!(concat!(env!("OUT_DIR"), "/pam_impl_consts.rs")); 33 include!(concat!(env!("OUT_DIR"), "/pam_impl_consts.rs"));
34 } 34 }