Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / github.com / !burnt!sushi / toml@v0.3.1 / cmd / toml-test-encoder / README.md
1 # Implements the TOML test suite interface for TOML encoders
2
3 This is an implementation of the interface expected by
4 [toml-test](https://github.com/BurntSushi/toml-test) for the
5 [TOML encoder](https://github.com/BurntSushi/toml).
6 In particular, it maps JSON data on `stdin` to a TOML format on `stdout`.
7
8
9 Compatible with TOML version
10 [v0.4.0](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md)
11
12 Compatible with `toml-test` version
13 [v0.2.0](https://github.com/BurntSushi/toml-test/tree/v0.2.0)