diff --git a/README.md b/README.md index 483c5a01..6e727da1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ +Experimental Rust Serialization Library. + +[![Build Status](https://travis-ci.org/erickt/rust-serde.png?branch=master)](https://travis-ci.org/erickt/rust-serde) + This is an experiment to modernize rust's `libserialize` library. It is designed to implement https://github.com/rust-lang/rfcs/pull/22.