diff options
| author | Max Audron <audron@cocaine.farm> | 2020-01-17 12:30:27 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2020-01-17 12:30:27 +0100 |
| commit | 07561131e9ec3d1f3aef99a8df2e3b9b7282156e (patch) | |
| tree | 72830d0eff2dd04698cc9ae9d698d31cc139056f /src/protocol/mod.rs | |
| parent | finish main parsing (diff) | |
add error handling
Diffstat (limited to 'src/protocol/mod.rs')
| -rw-r--r-- | src/protocol/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/mod.rs b/src/protocol/mod.rs index 044a28b..8739fd8 100644 --- a/src/protocol/mod.rs +++ b/src/protocol/mod.rs @@ -1,2 +1,3 @@ pub mod message; pub mod primitive; +pub mod error; |
