ahrs-rs icon indicating copy to clipboard operation
ahrs-rs copied to clipboard

impl Error for AhrsError

Open jmagnuson opened this issue 4 years ago • 2 comments

Currently just using some variety of &str. Since #17 is technically breaking, might as well make other breaking improvements along with it. Use thiserror.

jmagnuson avatar May 19 '20 23:05 jmagnuson

Implementing in branch feature/thiserror, but blocked by https://github.com/dtolnay/thiserror/pull/64 for no_std support.

jmagnuson avatar May 25 '20 18:05 jmagnuson

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.

sgeos avatar May 10 '24 04:05 sgeos