modules documentation

This commit is contained in:
MeexReay 2025-04-28 11:39:55 +03:00
parent 70105131f5
commit 92b174beba
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
//! `DataReader` and `DataWriter` traits for reading and writing primitive types in the Minecraft protocol
pub mod reader;
pub mod varint;
pub mod writer;