Crate mcrw

Crate mcrw 

Source

Constants§

VAR_INT_MAX_SIZE
VAR_LONG_MAX_SIZE

Traits§

MCReadExt
Extends Read with methods for reading minecraft data types. (For std::io.)
MCWriteExt
Extends Write with methods for writing minecraft data types. (For std::io.)

Functions§

var_int_size
Returns the size in bytes of this value as a var int.
var_long_size
Returns the size in bytes of this value as a var long.