Rust library for reading /etc/{passwd,group,shadow} files.
Add this to your Cargo.toml
:
toml
[dependencies]
pgs-files = "*"
and this to your crate root:
rust
extern crate pgs_files;
Head over to http://gmjosack.github.io/pgs-files for the documentation.