Crate instrs_core

Source

Enums§

Error

Traits§

Serialize
An item that can be Serialized into bytes.

Trait Aliases§

Size
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.