rustc-serialize 0.3.22

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.
Documentation
[dev-dependencies]
rand = "0.3"

[package]
authors = ["The Rust Project Developers"]
description = "Generic serialization/deserialization support corresponding to the\n`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes\nsupport for hex, base64, and json encoding and decoding.\n"
documentation = "https://doc.rust-lang.org/rustc-serialize"
homepage = "https://github.com/rust-lang/rustc-serialize"
license = "MIT/Apache-2.0"
name = "rustc-serialize"
readme = "README.md"
repository = "https://github.com/rust-lang/rustc-serialize"
version = "0.3.22"