Crate blaze_pk

source ·
Expand description

Rust implementation of the Blaze packet system

Modules

Macros

  • Macro for generating the ValueType implementation for a type

Derive Macros

  • Re-exports for derive macros Macro for deriving a component any enum that wants to implement PacketComponent must also implement Debug, Hash, PartialEq, and Eq these traits are required for routing
  • Re-exports for derive macros Macro for deriving components any enum that wants to implement PacketComponents must also implement Debug, Hash, PartialEq, and Eq these traits are required for routing