libnss 0.9.0

Rust bindings for creating libnss modules
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod group;
pub mod host;
pub mod initgroups;
pub mod interop;
pub mod passwd;
pub mod shadow;

/// Re-exports for use by macros
#[doc(hidden)]
pub mod _macro_internal {
    pub use lazy_static::lazy_static;
    pub use paste::paste;
}