njaard / sonnerie

A simple timeseries database
Other
264 stars 19 forks source link

implement std::error:Error for WriteFailure #21

Closed db48x closed 1 year ago

db48x commented 1 year ago

using the thiserror crate to avoid writing four whole match statements.