hampi icon indicating copy to clipboard operation
hampi copied to clipboard

Use `anyhow` for asn1-compiler

Open gabhijit opened this issue 2 years ago • 0 comments

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 avatar Feb 09 '23 09:02 gabhijit