Hugal31 / yara-rust

Rust bindings for VirusTotal/Yara
Apache License 2.0
74 stars 29 forks source link

refactor: use thiserror instead of the failure crate #10

Closed Hugal31 closed 4 years ago

Hugal31 commented 4 years ago

Use thiserror instead of failure. I chose thiserror because:

Con: thiserror do not have a context mechanism, so there is some little boilerplate with IoError.

Closes #9