Skip to content

Proper Errors!

Compare
Choose a tag to compare
@asonix asonix released this 17 Mar 03:01
17b142e

This crate's Error type now implements std::error::Error in order to be better compatible with other error-handling libraries. This change is much needed, since the adoption of crates like failure depend on errors at least implementing StdError.

In the future, this library may be updated to implement Fail instead of implementing StdError directly.

crate: crates.io
docs: docs.rs