feat(proto): add generic proto reader

This commit is contained in:
Jindřich Moravec 2023-12-11 16:53:21 +01:00
parent 67af05ea42
commit 413e0216e3
5 changed files with 87 additions and 0 deletions

View file

@ -1,2 +1,3 @@
pub mod message;
pub mod reader;
pub mod writer;