ratal / mdfr

ASAM mdf reader in rust
GNU General Public License v3.0
9 stars 1 forks source link

Anyhow and log crate introduction #3

Closed ratal closed 1 year ago

ratal commented 2 years ago

Added anyhow to nicely propagate errors Added log to provide info on several parsing major steps and reports eventual non critical errors like xml parsing as warnings.