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.
- Host: GitHub
- URL: https://github.com/stenbror/toml_parser
- Owner: stenbror
- Created: 2024-06-01T22:19:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T22:29:12.000Z (about 2 years ago)
- Last Synced: 2025-01-18T07:13:05.566Z (over 1 year ago)
- Language: Rust
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```