ystero-dev / hampi

Rust ASN.1 Toolkit
Other
43 stars 18 forks source link

Use `anyhow` for asn1-compiler #84

Closed gabhijit closed 1 month ago

gabhijit commented 1 year ago

Right now we are literally using std::io::Error as any error, wherever not applicable using std::io::ErrorKind::Other. It will be a good idea to start using anyhow inside the asn1-compiler crate.

gabhijit commented 1 month ago

Believe this can be closed now. Thank you @Its-Just-Nans Thank you for your contributions.