Module opaque

Source

Modules§

mem_encoder

Macros§

read_leb128 🔒
write_leb128 🔒

Structs§

FileEncoder
FileEncoder encodes data to file via fixed-size buffer.
IntEncodedWithFixedSize
An integer that will always encode to 8 bytes.
MemDecoder

Constants§

BUF_SIZE 🔒
The size of the buffer in FileEncoder.
MAGIC_END_BYTES

Type Aliases§

FileEncodeResult