rust-lang/rustc-serialize

rust-lang/rustc-serialize

Releases6
Frequency2 months 2 weeks
Last Release

Linked projects

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.