pgs-files 0.0.4

Rust Library for handling /etc/{passwd,group,shadow} files
Documentation

pgs-files

Build Status Crates.io

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.