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