Module constants

Source

Structs§

Cursor
A Cursor wraps an in-memory buffer and provides it with a Seek implementation.

Enums§

LittleEndian
Defines little-endian serialization.

Constants§

EOF_MAGIC
MAX_CODE_SECTIONS
MAX_RETURN_STACK_SIZE

Traits§

Read
The Read trait allows for reading bytes from a source.
ReadBytesExt
Extends Read with methods for reading numbers. (For std::io.)