
rustc-serialize
Releases49
Frequency2 months 1 week
Last Release
Downloads20.8M
Generic serialization/deserialization support corresponding to the
`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
support for hex, base64, and json encoding and decoding.
This crate is deprecated in favor of serde.
Linked projects
Deprecated serialization/deserialization for Rust