error-iter

Error::sources on stable Rust

MIT License

Downloads
75.2K
Stars
7
Committers
2
error-iter - 0.4.1 Latest Release

Published by parasyte over 1 year ago

Improvements

  • Patch to retain compatibility with Rust 1.37.0 (#13)
error-iter - 0.4.0

Published by parasyte over 1 year ago

Features

  • The trait now has a default implementation for all T: Error + Sized + 'static, so just bring it into scope to use it!

Breaking changes

  • You will likely have to remove the empty impl on your error types due to the new default implementation.
error-iter - 0.3.0

Published by parasyte about 2 years ago

Improvements

  • Removed redundant check (#5)

Breaking changes

  • Rename chain to sources (#7)
error-iter - 0.2.0

Published by parasyte about 2 years ago

Breaking changes

  • Renamed iter_chain to chain and removed iter_sources (#3)
error-iter - 0.1.0

Published by parasyte almost 5 years ago

  • Initial release!