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 |
#11 in #handling
13KB
253 lines
clierr.rs
A small library which provides convenient, non-panicking error handling for small CLI scripts.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.