serde/README.md

7 lines
298 B
Markdown
Raw Normal View History

2014-09-07 03:30:58 -05:00
Experimental Rust Serialization Library.
[![Build Status](https://travis-ci.org/erickt/rust-serde.png?branch=master)](https://travis-ci.org/erickt/rust-serde)
2014-09-07 03:28:56 -05:00
This is an experiment to modernize rust's `libserialize` library. It is
designed to implement https://github.com/rust-lang/rfcs/pull/22.