1
0
Fork 0
forked from wry/wry

wire: remove unused user client layer

This commit is contained in:
kossLAN 2026-05-29 18:24:36 -04:00
parent ce03990ea4
commit 5f02f22c8b
No known key found for this signature in database
54 changed files with 11 additions and 3753 deletions

View file

@ -41,8 +41,9 @@ use {
};
pub use {
error::{ClientError, ParserError},
objects::MIN_SERVER_ID,
};
#[cfg(feature = "it")]
pub use objects::MIN_SERVER_ID;
mod error;
mod objects;