Anyhow¯\_(ツ)_/¯

Build Status Latest Version Rust Documentation

[dependencies]
anyhow = "=1.0.0-alpha.1"

Acknowledgements

The implementation of the anyhow::Error type is identical to fehler::Exception (https://github.com/withoutboats/fehler). This library just exposes it under the more standard Error / Result terminology rather than the throw! / #[throws] / Exception language of exceptions.


License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Description
A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Readme 3.7 MiB
Languages
Rust 98.6%
Python 1.3%