aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2017-06-18 05:53:42 +0000
committerFelix Hanley <felix@userspace.com.au>2017-06-18 05:53:42 +0000
commit30fc93f11537789824eeb24bde212a57e43ecb01 (patch)
treee83e685519c704adb97e34ea1bdef9ab6b8d484f /vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md
parent3e3fa4064fcaf43cd87ddbfc457097bacb697fc5 (diff)
downloaddhtsearch-30fc93f11537789824eeb24bde212a57e43ecb01.tar.gz
dhtsearch-30fc93f11537789824eeb24bde212a57e43ecb01.tar.bz2
Add user configuration and more exported variables
Diffstat (limited to 'vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md')
-rw-r--r--vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md b/vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md
new file mode 100644
index 0000000..a45bd4d
--- /dev/null
+++ b/vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md
@@ -0,0 +1,13 @@
+# Implements the TOML test suite interface for TOML encoders
+
+This is an implementation of the interface expected by
+[toml-test](https://github.com/BurntSushi/toml-test) for the
+[TOML encoder](https://github.com/BurntSushi/toml).
+In particular, it maps JSON data on `stdin` to a TOML format on `stdout`.
+
+
+Compatible with TOML version
+[v0.4.0](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md)
+
+Compatible with `toml-test` version
+[v0.2.0](https://github.com/BurntSushi/toml-test/tree/v0.2.0)