Decision Workspace
code-splitter vs text-splitter vs panko
Side-by-side comparison of Rust crates
39
code-splitter
growingv0.1.5
Split code into semantic chunks using tree-sitter
62
text-splitter
growingv0.30.1
Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from Rust and Python.
46
panko
experimentalv0.1.0
A small, zero-copy text tokenizer that crumbles strings into Words, Symbols, and Newlines.
Core Metrics
| code-splitter | text-splitter | panko | |
|---|---|---|---|
| Health Score | 39 | 62 | 46 |
| Total Downloads | 5.4K | 1.4M | 33 |
| 30d Downloads | 0 | 150.5K | 0 |
| Dependents | 0 | 782 | 0 |
| Releases | 5 | 62 | 1 |
| Last Updated | 610d ago | 38d ago | 9d ago |
| Age | 1y 8m | 3y | 9d |
Health Breakdown
code-splitter
Maintenance
5
Quality
15
Community
5
Popularity
4
Documentation
10
text-splitter
Maintenance
17
Quality
13
Community
13
Popularity
7
Documentation
12
panko
Maintenance
12
Quality
13
Community
6
Popularity
2
Documentation
13
Technical Details
| code-splitter | text-splitter | panko | |
|---|---|---|---|
| Version | 0.1.5 | 0.30.1 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 8 | 21 | 4 |
| Crate Size | 11KB | 60KB | 11KB |
| Features | 2 | 4 | 0 |
| Yanked % | 0.0% | 1.6% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.86.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •text-splitter leads with a health score of 62/100, but none of the options score above 80.
- •text-splitter is depended on by 782 crates — strongest ecosystem trust.
- •⚠ code-splitter has not been updated in over a year.