summaryrefslogtreecommitdiffstats
path: root/cmd/toml-test-encoder/README.md
blob: a1065321508af0367b392e055c785757c158225e (plain)
1
2
3
4
5
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`.