diff options
| author | 2026-03-06 18:09:52 -0500 | |
|---|---|---|
| committer | 2026-03-06 18:09:52 -0500 | |
| commit | ffb9c05de1c755dbddd8b67cca1d6023b213115f (patch) | |
| tree | fa8c375fc6489871b3539e15f39310dad99b3618 /src/proto/mod.rs | |
initial commit
Diffstat (limited to 'src/proto/mod.rs')
| -rw-r--r-- | src/proto/mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/proto/mod.rs b/src/proto/mod.rs new file mode 100644 index 0000000..e82784c --- /dev/null +++ b/src/proto/mod.rs @@ -0,0 +1,5 @@ +pub mod codec; +pub mod error; +pub mod message; +pub mod parser; +pub mod serializer; |
