Skip to main content

Module codec

Module codec 

Source
Expand description

This module contains various codecs for reading and writing data.

Re-exports§

pub use bit_set::BitSet;
pub use lp_vec3::LpVec3;
pub use or::Or;

Modules§

bit_set
A module for a bit set.
glam
A module for codec impl for glam crate.
lp_vec3
A module for vanilla LpVec3 packed vector encoding.
or
A module for an Or type that can be one of two types.
variable_integer 🔒

Structs§

VarInt
A variable-length integer.
VarLong
A variable-length long integer.
VarUint
A variable-length unsigned integer.