rust_mc_proto 0.1.19

lightweight minecraft protocol support in pure rust
Documentation
1
2
3
4
5
6
7
//! `DataReader` and `DataWriter` traits for reading and writing primitive types in the Minecraft protocol

pub mod reader;
pub mod writer;

pub use reader::*;
pub use writer::*;