diff options
| author | mat <github@matdoes.dev> | 2021-12-06 21:15:38 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-06 21:15:38 +0000 |
| commit | 1a2c034b411e3d0dceb7b4a921ddd42226719bd0 (patch) | |
| tree | 8c59abf5388c4ced1cb4c3dc798eadc68f7d3e16 /minecraft-protocol/src/lib.rs | |
| parent | 0b484df40c356cf4fe87f3d3a20eadf59eef42c9 (diff) | |
| download | azalea-drasl-1a2c034b411e3d0dceb7b4a921ddd42226719bd0.tar.xz | |
remove struct from friendly byte byffer
Diffstat (limited to 'minecraft-protocol/src/lib.rs')
| -rw-r--r-- | minecraft-protocol/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft-protocol/src/lib.rs b/minecraft-protocol/src/lib.rs index 8c647dc2..b3653499 100644 --- a/minecraft-protocol/src/lib.rs +++ b/minecraft-protocol/src/lib.rs @@ -5,7 +5,7 @@ use std::str::FromStr; use tokio::runtime::Runtime; pub mod connection; -pub mod friendly_byte_buf; +pub mod mc_buf; pub mod packets; pub mod resolver; pub mod server_status_pinger; |
