15 lines
334 B
Markdown
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"
|
||
|
```
|
||
|
|