toml-rs/README.md
2014-08-03 21:36:44 -07:00

15 lines
334 B
Markdown

# 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"
```