3 releases
Uses old Rust 2015
0.3.20-v0.3.19patch1 | Jul 31, 2016 |
---|---|
0.3.19+patch1 |
|
0.3.19 | Jul 30, 2016 |
0.3.18 | Feb 13, 2016 |
#144 in #base64
220KB
4.5K
SLoC
rustc-serialize
Serialization and deserialization support provided by the compiler in the form
of derive(RustcEncodable, RustcDecodable)
.
Usage
Add this to your Cargo.toml
:
[dependencies]
rustc-serialize = "0.3"
and this to your crate root:
extern crate rustc_serialize;
lib.rs
:
Support code for encoding and decoding types.
Usage
This crate is on crates.io and
can be used by adding rustc-serialize
to the dependencies in your
project's Cargo.toml
.
[dependencies]
rustc-serialize = "0.3"
and this to your crate root:
extern crate rustc_serialize;
Dependencies
~12MB
~197K SLoC