rustc_serialize
1.78.0-dev
Module opaque
Macros
Structs
Constants
Type Aliases
In crate rustc_serialize
?
Module
rustc_serialize
::
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
.
Type Aliases
§
FileEncodeResult