//! Procure is a library for grabbing various types of metrics from a
//! Linux system.
// Externs
extern crate sysconf;
// Imports
use io;
use result;
use ParseIntError;
// Exports
/// Custom Result type many `procure` methods return
pub type Result<T> = Result;
/// Custom Error type returned with `procure` [`Result`](type.Result.html)'s