Skip to content

Releases: RusPiRo/ruspiro-error

Release v0.1.1

21 Apr 16:34
d4d833a
Compare
Choose a tag to compare

Release Notes

🍌 v0.1.1

This is a maintenance version migrating the CI/CD pipeline to github actions.

v0.1.0

26 Sep 13:58
8110337
Compare
Choose a tag to compare

Release Notes

🍎 v0.1.0

Initial version of the crate providing the bare minimum to use boxed error types and conviniently use the ? operator when dealing with functions or methods that return a Result<T, E>

  • 💡 Features

  • 🔧 Maintenance

  • 📖 Documentation