pgs-files

Build Status Crates.io

Description

Rust library for reading /etc/{passwd,group,shadow} files.

Usage

Add this to your Cargo.toml:

toml [dependencies] pgs-files = "*"

and this to your crate root:

rust extern crate pgs_files;

Documentation

Head over to http://gmjosack.github.io/pgs-files for the documentation.