From 1bed4eb5a3727e84bac4d64995df212a971f4566 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 26 Feb 2025 18:23:55 +0100 Subject: refactor deserialize and serializevariant trait move stuff around a bit to sepperate it out for deserializevariant --- src/lib.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib.rs') 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. -- cgit v1.2.3