mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
310 stars 53 forks source link

Have rkv::error::StoreError implement std::error::Error #188

Open rnewman opened 4 years ago

rnewman commented 4 years ago

This is a straightforward omission.

mhammond commented 3 years ago

rkv is now using thiserror so I don't think this is relevant any more? (In particular, the advice at https://github.com/mozilla/nimbus-sdk/blob/da8d27cdba0d908befbfc99af1b5ef5b5f042d1e/nimbus/src/error.rs#L56 now works with 0.17.0)