hyperledger-archives / ursa

Hyperledger Ursa (a shared cryptographic library) has moved to end-of-life status, with the components of Ursa still in use moved to their relevant Hyperledger projects (AnonCreds, Indy, Aries and Iroha).
https://wiki.hyperledger.org/display/ursa
Apache License 2.0
321 stars 142 forks source link

Replace `failure` with `thiserror` and `anyhow` #199

Open mversic opened 2 years ago

mversic commented 2 years ago

failure crate was deprecated. It's recommended to use thiserror and anyhow instead

mikelodder7 commented 1 year ago

See #222 as the start of that.

appetrosyan commented 1 year ago

Part of #223