git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/cmd/toml-test-encoder/README.md (about)

     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://git.sr.ht/~pingoo/stdx/toml-test) for the
     5  [TOML encoder](https://git.sr.ht/~pingoo/stdx/toml).
     6  In particular, it maps JSON data on `stdin` to a TOML format on `stdout`.