paw 1.0.0

CLI argument parser.
Documentation
1
2
3
4
5
6
7
8
9
extern crate failure;
extern crate paw;

use failure::Error;

#[test]
fn should_work() -> Result<(), Error> {
    Ok(())
}