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

https://github.com/stenbror/toml_parser

A crate for toml parsing in rust.
https://github.com/stenbror/toml_parser

Last synced: over 1 year ago
JSON representation

A crate for toml parsing in rust.

Awesome Lists containing this project

README

          

# Simple library for toml parsing in rust.

## Building

1. Building crate
```
cargo build --release
```

2. Executing tests
3. ```
cargo test
```