gecko-dev/third_party/rust/toml
Servo VCS Sync be92d942e5 No bug - Revendor rust dependencies 2017-10-24 17:55:24 +00:00
..
examples No bug - Revendor rust dependencies 2017-05-19 02:48:09 +00:00
src No bug - Revendor rust dependencies 2017-05-19 02:48:09 +00:00
tests No bug - Revendor rust dependencies 2017-05-19 02:48:09 +00:00
.cargo-checksum.json No bug - Revendor rust dependencies 2017-10-24 17:55:24 +00:00
.travis.yml No bug - Revendor rust dependencies 2017-05-19 02:48:09 +00:00
Cargo.toml No bug - Revendor rust dependencies 2017-05-19 02:48:09 +00:00
LICENSE-APACHE No bug - Revendor rust dependencies 2017-05-19 02:48:09 +00:00
LICENSE-MIT No bug - Revendor rust dependencies 2017-05-19 02:48:09 +00:00
README.md No bug - Revendor rust dependencies 2017-05-19 02:48:09 +00:00

README.md

toml-rs

Build Status Coverage Status

Documentation

A TOML decoder and encoder for Rust. This library is currently compliant with the v0.4.0 version of TOML. This library will also likely continue to stay up to date with the TOML specification as changes happen.

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

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.