| Crates.io | treereduce-rust |
| lib.rs | treereduce-rust |
| version | 0.3.1 |
| created_at | 2023-03-11 19:41:49.865516+00 |
| updated_at | 2024-12-23 16:50:23.559463+00 |
| description | Fast, parallel, syntax-aware program reducer for Rust |
| homepage | https://github.com/langston-barrett/treereduce |
| repository | https://github.com/langston-barrett/treereduce |
| max_upload_size | |
| id | 807485 |
| size | 22,817 |
treereduce is a fast, parallel, syntax-aware test case reducer based on
tree-sitter grammars. In other words, treereduce helps you shrink structured
data (especially source code) while maintaining some property of interest, for
example, that the program causes a compiler crash or outputs a certain message.
See the documentation for more information. Documentation is also
available online.