diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-02-13 18:18:36 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-13 18:18:36 -0800 |
commit | a96209eba2f6e4d3da2f910638c2ae6dab5deb14 (patch) | |
tree | 67177d8be9425f06cf0f9e04081917b7e224e3c1 | |
parent | a2aad06ddeb780f06313b9e4613cb96c1fe15361 (diff) | |
download | milf-rs-a96209eba2f6e4d3da2f910638c2ae6dab5deb14.tar.gz milf-rs-a96209eba2f6e4d3da2f910638c2ae6dab5deb14.zip |
Clarify TOML compliance
Closes #54
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,9 @@ [Documentation](http://alexcrichton.com/toml-rs/toml/index.html) -A TOML decoder and encoder for Rust. +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. ```toml # Cargo.toml |