mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 21:41:58 +00:00
1.1 KiB
1.1 KiB
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.