mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00

`serialize.rs` has the `Encodable`/`Decodable` impls for lots of basic types, including `Vec`. `collection_impls` has it for lots of collection types. The distinction isn't really meaningful, and it's simpler to have them all in a single file.