An open API service indexing awesome lists of open source software.

https://github.com/lightsofapollo/toml-json-rs

Rust executable &lib for converting toml into json
https://github.com/lightsofapollo/toml-json-rs

Last synced: 8 months ago
JSON representation

Rust executable &lib for converting toml into json

Awesome Lists containing this project

README

          

toml-json-rs
============

Rust executable &lib for converting toml into json

## Developing

You need a recent version of cargo once you have it run:

```sh
cargo build
```