feat(proto): add generic proto writer

This commit is contained in:
Jindřich Moravec 2023-12-11 16:49:30 +01:00
parent 65f90ba600
commit 0a3683e2fa
4 changed files with 69 additions and 0 deletions

View file

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