refactor(proto): replace anyhow with thiserror in readers

This commit is contained in:
Jindřich Moravec 2023-12-15 16:21:51 +01:00
parent 58c69928a1
commit da6410ce05
5 changed files with 80 additions and 23 deletions

View file

@ -3,3 +3,4 @@ pub mod frontend;
pub mod oneway;
pub mod protoreader;
mod utils;
pub mod errors;