vinipsmaker / rustc-serialize

Serialization/deserialization for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rustc-serialize

Serialization and deserialization support provided by the compiler in the form of derive(RustcEncodable, RustcDecodable).

Linux Build Status Windows Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
rustc-serialize = "0.3"

and this to your crate root:

extern crate rustc_serialize;

About

Serialization/deserialization for Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%