eyre/README.md
2019-10-05 16:24:42 -04:00

1.1 KiB
Raw Blame History

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.