Go to file
2014-09-07 09:59:17 -04:00
benches Improved SyntaxError 2014-09-07 09:59:17 -04:00
serde2 Update to rust nightly 2014-09-07 01:54:57 -07:00
serde_macros Implemented serializer support for serial_name attribute 2014-09-07 09:55:27 -04:00
src Improved SyntaxError 2014-09-07 09:59:17 -04:00
.gitignore Updated non_snake_case and struct lifetimes for the latest Rust 2014-09-04 21:57:13 -04:00
.travis.yml Add cargo build to .travis 2014-09-07 01:54:57 -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.