SiegeEngineers / genie-rs

Rust libraries for reading/writing various Age of Empires I/II files.
https://docs.rs/genie
GNU General Public License v3.0
18 stars 9 forks source link

use thiserror #27

Closed goto-bus-stop closed 4 years ago

goto-bus-stop commented 4 years ago

Remove manual Error implementations in favour of thiserror, which generates identical implementations with less code.