v0.2.0
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>
.