gecko-dev/third_party/rust/toml
Xidorn Quan 013d14243b Bug 1336540 part 2 - Vendor toml. r=froydnj
MozReview-Commit-ID: LmZgzyxTLwc

--HG--
extra : rebase_source : 54498689cdcf28c58b6ee1922e057ffc8a50da45
2017-05-18 18:17:19 +10:00
..
examples Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00
src Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00
tests Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00
.cargo-checksum.json Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00
.cargo-ok Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00
.gitignore Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00
.travis.yml Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00
Cargo.toml Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00
LICENSE-APACHE Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00
LICENSE-MIT Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00
README.md Bug 1336540 part 2 - Vendor toml. r=froydnj 2017-05-18 18:17:19 +10:00

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.