user_utils 0.3.0

Utility library for accessing system users and groups
Documentation
1
2
3
4
5
6
7
//! Unix-specific wrappers around user and group primitives.

mod group;
mod user;

pub use group::*;
pub use user::*;