Crate instrs_core

source ·

Enums

Traits

An item that can be Serialized into bytes.

Trait Aliases

Represents a type that can be used to encode the size of a variable-length struct like Vec and String. For example, a u8 will be cheap and efficient, but every vec in the bytecode can only be a maximum of 256 items long.