[][src]Module goblin::container

Binary container size information and byte-order context

Structs

Ctx

A binary parsing context, including the container size and underlying byte endianness

Enums

Container

The size of a binary container

Endian

The endianness (byte order) of a stream of bytes

Constants

CONTAINER

The default binary container size - either Big or Little, depending on whether the host machine's pointer size is 64 or not