toml-rs/README.md
2015-02-02 22:55:50 -08:00

520 B

toml-rs

Build Status

Documentation

A TOML decoder and encoder for Rust.

# Cargo.toml
[dependencies]
toml = "0.1"

License

toml-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.