1
Fork 0
rust/compiler/rustc_serialize
Nicholas Nethercote 7a16d25365 Add some provided methods to Encoder/Decoder.
The methods for `i8`, `bool`, `char`, `str` are the same for all impls,
because they layered on top of other methods.
2023-04-28 18:34:54 +10:00
..
src Add some provided methods to Encoder/Decoder. 2023-04-28 18:34:54 +10:00
tests Rewrite MemDecoder around pointers not a slice 2023-04-23 17:25:11 -04:00
Cargo.toml Update indexmap and rayon crates 2023-03-25 02:12:13 +01:00