Skip to content

v0.3.0

Compare
Choose a tag to compare
@euank euank released this 29 Jan 05:34
· 15 commits to master since this release
v0.3.0

v0.3.0

Changes

  • Errors compatible with the std::error::Error trait are returned as the
    error type in all results now. Previously all results used String for the
    error variant. This change is backwards incompatible, but allows handling
    errors from the library much more easily and correctly. Please consult the
    generated documentation for full details on the new error types.