diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -32,12 +32,9 @@ compile_error!("feature \"client\" and feature \"server\" cannot be enabled at t pub use crate::error::ProtocolError; -/// Traits for Serialization of objects +/// Traits for Serialization & Deserialization of objects pub mod serialize; -/// Traits for parsing objects -pub mod deserialize; - /// HandshakeSerialize implements the serialization needed during the handhake phase. /// /// The protocol has some minor differences during this phase compared to the regular parsing. |
