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
- Host: GitHub
- URL: https://github.com/lightsofapollo/toml-json-rs
- Owner: lightsofapollo
- Created: 2014-06-30T04:34:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T16:31:26.000Z (almost 10 years ago)
- Last Synced: 2024-12-27T15:12:41.396Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```