mcproto-types 0.5.0

Minecraft protocol types.
Documentation
1
2
3
4
5
6
7
8
9
//! Typed recipe protocol structures.
//!
//! Implementations live in `recipe/`; this file is the module root so no
//! `recipe/mod.rs` is used.

#[path = "recipe/display.rs"]
mod display;

pub use display::*;