datrs / hypercore

Secure, distributed, append-only log
https://docs.rs/hypercore
Apache License 2.0
326 stars 37 forks source link

From Failure into std::error::Error #102

Closed bltavares closed 4 years ago

bltavares commented 4 years ago

Choose one: a 🙋 feature

This PR moves from failure crate into a boxed std::error::Error using the anyhow.

Needs

Checklist

Context

Semver Changes

major/minor as a breaking changing on the API.