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 or::Or;
pub use var_int::VarInt;
pub use var_long::VarLong;
pub use var_uint::VarUint;

Modules§

bit_set
A module for a bit set.
glam
A module for codec impl for glam crate.
or
A module for an Or type that can be one of two types.
var_int
A module for a variable-length integer.
var_long
A module for a variable-length long integer.
var_uint
A module for a variable-length unsigned integer.