rustc_serialize

Module opaque

Source

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