err-context

Crates.ioerr-context
lib.rserr-context
version0.1.0
sourcesrc
created_at2019-09-28 19:41:31.197464
updated_at2019-09-28 19:41:31.197464
descriptionLightweight context layers for stdandard library errors
homepage
repositoryhttps://github.com/vorner/err-context
max_upload_size
id168483
size37,451
maintainers (github:rust-bus:maintainers)

documentation

https://docs.rs/err-context

README

err-context

Travis Build Status

This library allows one to attach context (layers) onto errors with minimal amount of work and analyze such multi-layer errors.

The API and working is heavily influenced by the failure crate. However, only the part that works with contexts/layers is present in here (for generating error types, see the err-derive, which implements the derive part of functionality). Furthermore, this library works with std errors.

Read the documentation before using.

License

Licensed under either of

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.

Commit count: 8

cargo fmt