mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
0ced530534
Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code The current `read_raw_bytes` method requires using `MaybeUninit` and `unsafe`. I don't think this is necessary. Let's see if a safe interface has any performance drawbacks. This is a followup to #83273 and will make it easier to rebase #82183. r? `@cjgillot` |
||
---|---|---|
.. | ||
json | ||
collection_impls.rs | ||
json.rs | ||
leb128.rs | ||
lib.rs | ||
opaque.rs | ||
serialize.rs |