zlubsen / dis-rs

Implementation of DIS in Rust
MIT License
14 stars 6 forks source link

Better DisError #25

Closed carlocorradini closed 7 months ago

carlocorradini commented 7 months ago

DisError should impl std::error::Error. To avoid all the burden it's better to use thiserror for DisError.

zlubsen commented 7 months ago

Applied proposed use of thiserror in the development branch.