.. | ||
examples | ||
src | ||
testdata | ||
tests | ||
.cargo-checksum.json | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.