Go to file
2014-09-07 01:30:58 -07:00
benches speed up the tests to 249MB/s (!!) by copying over the MyMemWriter1 2014-09-07 01:19:36 -07:00
serde2 speed up the tests to 249MB/s (!!) by copying over the MyMemWriter1 2014-09-07 01:19:36 -07:00
serde_macros typarameterize Serializer 2014-09-01 13:14:52 -07:00
src Merge remote-tracking branch 'remotes/origin/master' 2014-09-07 01:20:51 -07:00
.gitignore Updated non_snake_case and struct lifetimes for the latest Rust 2014-09-04 21:57:13 -04:00
.travis.yml initial travis version 2014-09-07 01:27:03 -07:00
Cargo.toml update Cargo.toml 2014-09-01 13:14:52 -07:00
LICENSE Optimize serialization 2014-06-22 10:33:45 -04:00
LICENSE-APACHE Optimize serialization 2014-06-22 10:33:45 -04:00
LICENSE-MIT Optimize serialization 2014-06-22 10:33:45 -04:00
README.md Update the readme 2014-09-07 01:30:58 -07:00

Experimental Rust Serialization Library.

Build Status

This is an experiment to modernize rust's libserialize library. It is designed to implement https://github.com/rust-lang/rfcs/pull/22.