summaryrefslogtreecommitdiffstats
path: root/cmd/toml-test-encoder/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/toml-test-encoder/README.md')
-rw-r--r--cmd/toml-test-encoder/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/toml-test-encoder/README.md b/cmd/toml-test-encoder/README.md
new file mode 100644
index 0000000..a106532
--- /dev/null
+++ b/cmd/toml-test-encoder/README.md
@@ -0,0 +1,6 @@
+# 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`.