aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a2daaa3..59581ae 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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.