mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
Move all crates to new crates dir
This commit is contained in:
parent
3835da22ac
commit
9b032f7e24
128 changed files with 27 additions and 26 deletions
7
crates/udp_protocol/src/lib.rs
Normal file
7
crates/udp_protocol/src/lib.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
pub mod common;
|
||||
pub mod request;
|
||||
pub mod response;
|
||||
|
||||
pub use self::common::*;
|
||||
pub use self::request::*;
|
||||
pub use self::response::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue