1 unstable release
Uses old Rust 2015
0.0.1 | Jan 14, 2017 |
---|
#88 in #libc
61 downloads per month
Used in 3 crates
4KB
63 lines
This modules provides a wrapper around the libc functions in pwd.h
for
handling the /etc/passwd
file, which stores information about users.
Examples
println!("{:?}", Passwd::from_name("root"));
println!("{:?}", Passwd::from_uid(0));
Dependencies
~43KB