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.
This package contains library source intended for building other packages which
use the "default" feature of the "rustc-serialize" crate.