From 934e093047ae15432fcc772d4e01fdf5fd56d2fb Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 3 Aug 2014 21:30:30 -0700 Subject: Put documentation on github --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..86043c3 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# toml-rs + +[![Build Status](https://travis-ci.org/alexcrichton/toml-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/toml-rs) + +[Documentation](http://alexcrichton.com/toml-rs/toml/index.html) + +A TOML decoder and encoder for Rust. + +```toml +# Cargo.toml +[dependencies.toml] +git = "https://github.com/alexcrichton/toml-rs" +``` + -- cgit v1.2.3