mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 04:50:50 +00:00
Anyhow ¯\_(ツ)_/¯
[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
Languages
Rust
98.6%
Python
1.3%