rustc_serialize
1.80.0-nightly
(b92758a9a 2024-05-20)
Module opaque
Macros
Structs
Constants
Type Aliases
In crate rustc_serialize
Module
rustc_serialize
::
opaque
Copy item path
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