feat(proto): add generic proto reader
This commit is contained in:
parent
67af05ea42
commit
413e0216e3
5 changed files with 87 additions and 0 deletions
3
proto/src/reader/mod.rs
Normal file
3
proto/src/reader/mod.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub mod oneway;
|
||||
pub mod protoreader;
|
||||
mod utils;
|
||||
Loading…
Add table
Add a link
Reference in a new issue