#error #error-handling #cli #minimalist #small

clierr

Non-panicking error handling for small CLI scripts

7 releases (breaking)

Uses old Rust 2015

0.7.0 Jan 10, 2016
0.6.0 Dec 29, 2015
0.5.0 Dec 29, 2015
0.4.0 Dec 29, 2015
0.1.0 Dec 29, 2015

#21 in #small

MIT/Apache

13KB
253 lines

Build Status

clierr.rs

A small library which provides convenient, non-panicking error handling for small CLI scripts.

License

Licensed under either of

at your option.

Contribution

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


lib.rs:

A small library which provides convenient, non-panicking error handling for small CLI scripts.

No runtime deps