toml-rs/README.md

15 lines
334 B
Markdown
Raw Normal View History

2014-08-03 23:30:30 -05:00
# 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"
```