Skip to content

v0.2.0

Compare
Choose a tag to compare
@bradfier bradfier released this 12 Dec 22:15
· 58 commits to master since this release
v0.2.0
ee899b5

Introduces proper error handling using the Failure crate, with a TibrvError type and associated ErrorKind to easily handle error conditions from the underlying Rendezvous library.

This is a breaking change, as most library functions now have a return type of Result<T, TibrvError> instead of Result<T, &'static str>.