Mercurial > crates > nonstick
comparison src/lib.rs @ 106:49d9e2b5c189
An irresponsible mix of implementing libpam-sys and other stuff.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 26 Jun 2025 22:41:28 -0400 |
parents | dfcd96a74ac4 |
children |
comparison
equal
deleted
inserted
replaced
105:13b4d2a19674 | 106:49d9e2b5c189 |
---|---|
29 pub mod conv; | 29 pub mod conv; |
30 pub mod module; | 30 pub mod module; |
31 | 31 |
32 pub mod handle; | 32 pub mod handle; |
33 | 33 |
34 mod _doc; | |
34 mod environ; | 35 mod environ; |
35 #[cfg(feature = "link")] | 36 #[cfg(feature = "link")] |
36 mod libpam; | 37 mod libpam; |
37 pub mod logging; | 38 pub mod logging; |
38 mod _doc; | |
39 | 39 |
40 #[cfg(feature = "link")] | 40 #[cfg(feature = "link")] |
41 #[doc(inline)] | 41 #[doc(inline)] |
42 pub use crate::libpam::{LibPamHandle, OwnedLibPamHandle}; | 42 pub use crate::libpam::{LibPamHandle, OwnedLibPamHandle}; |
43 #[doc(inline)] | 43 #[doc(inline)] |