| Crates.io | toon-validate |
| lib.rs | toon-validate |
| version | 0.1.0 |
| created_at | 2025-11-28 17:21:39.621125+00 |
| updated_at | 2025-11-28 17:21:39.621125+00 |
| description | Command-line TOON validator for structure validation, token analysis, and file profiling |
| homepage | https://github.com/eznj/toon-validate |
| repository | https://github.com/eznj/toon-validate |
| max_upload_size | |
| id | 1955758 |
| size | 20,899 |
Command-line TOON Validator for structure validation, token analysis, and file profiling.
The tval binary provides fast validation and analysis of TOON and JSON files.
cargo build --release
Binary: target/release/tval
tval analyze <file> # analyze single file
tval profile <dir> # analyze directory
tval check <file> # validate structure
--in=toon|json - input format (default: auto)--json - JSON output--ext=<list> - file extensions for profile (default: .toon,.json)cargo test
./test.sh