ahrs-rs
ahrs-rs copied to clipboard
impl Error for AhrsError
Currently just using some variety of &str
. Since #17 is technically breaking, might as well make other breaking improvements along with it. Use thiserror
.
Implementing in branch feature/thiserror
, but blocked by https://github.com/dtolnay/thiserror/pull/64 for no_std
support.
dtolnay/thiserror#64 has been closed. Before the PR was closed, snafu
was mentioned as a no_std
alternative. There is also a thiserror-core
crate.