1
Fork 0
rust/compiler/rustc_serialize/src
Nicholas Nethercote a676dfa888 Remove MemDecoder::read_byte.
It's just a synonym for `read_u8`.
2023-04-28 18:34:55 +10:00
..
collection_impls.rs Replace rustc_data_structures::thin_vec::ThinVec with thin_vec::ThinVec. 2022-08-29 15:42:13 +10:00
leb128.rs Rewrite MemDecoder around pointers not a slice 2023-04-23 17:25:11 -04:00
lib.rs Rewrite MemDecoder around pointers not a slice 2023-04-23 17:25:11 -04:00
opaque.rs Remove MemDecoder::read_byte. 2023-04-28 18:34:55 +10:00
serialize.rs Add some provided methods to Encoder/Decoder. 2023-04-28 18:34:54 +10:00