Proper Errors!
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.