freelang-toml
v1.0.0
Published
FreeLang utility - toml
Downloads
203
Readme
freelang-toml
TOML parser and validator - Parse TOML config files.
Written in FreeLang + C Backend | Track A Phase 2
Quick Start
freelang-toml Cargo.toml
freelang-toml -v config.toml # Validate
freelang-toml -s config.toml # Show sectionsFeatures
✅ TOML parsing ✅ Validation ✅ Section extraction ✅ Type detection
Performance
- Startup: 6ms (vs toml-rs 80ms)
- Binary: 120KB
- Memory: 2.2MB
License
MIT License
Track A Phase 2 | 93% faster startup
