Go to file
Erick Tryzelaar 906e9db9d5 Merge pull request #5 from kvark/name
`serial_name` attribute
2014-09-07 11:18:22 -07:00
benches Fixed the struct map interaction with serial_name. Added a separarte JSON test for serial_name. 2014-09-07 10:43:15 -04:00
serde2 Update to rust nightly 2014-09-07 01:54:57 -07:00
serde_macros Fixed the struct map interaction with serial_name. Added a separarte JSON test for serial_name. 2014-09-07 10:43:15 -04:00
src Improved SyntaxError 2014-09-07 09:59:17 -04:00
tests Fixed the struct map interaction with serial_name. Added a separarte JSON test for serial_name. 2014-09-07 10:43:15 -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.