feat(proto): add frontend message writer

This commit is contained in:
Jindřich Moravec 2023-12-11 16:50:33 +01:00
parent 225f9e43d3
commit 67af05ea42
2 changed files with 41 additions and 1 deletions

View file

@ -1,4 +1,4 @@
pub mod backend;
pub mod frontend;
pub mod oneway;
pub mod protowriter;