Handle errors and exit in command line programs easily
Go to file
Travis Burtrum 732a515996 Version 0.1.0 2019-02-21 23:42:10 -05:00
src Version 0.1.0 2019-02-21 23:42:10 -05:00
.gitignore Version 0.1.0 2019-02-21 23:42:10 -05:00
.travis.yml Version 0.1.0 2019-02-21 23:42:10 -05:00
Cargo.lock Version 0.1.0 2019-02-21 23:42:10 -05:00
Cargo.toml Version 0.1.0 2019-02-21 23:42:10 -05:00
LICENSE-APACHE Version 0.1.0 2019-02-21 23:42:10 -05:00
LICENSE-MIT Version 0.1.0 2019-02-21 23:42:10 -05:00
README.md Version 0.1.0 2019-02-21 23:42:10 -05:00

README.md

die

Build Status Latest Version Documentation

die is a simple Rust library to make it easy to handle errors and exit in command line programs.

# Cargo.toml
[dependencies]
die = "0.1"

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in die by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.