rust-lang-deprecated/rustc-serialize

rust-lang-deprecated/rustc-serialize

Releases6
Frequency2 months 2 weeks
Last Release
Stars175
Deprecated serialization/deserialization for Rust

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.