Decision Workspace
lineify vs chunk-flush vs andrew
Side-by-side comparison of Rust crates
48
lineify
experimentalv0.1.0
Turn a token-by-token stream into stable line events. Buffer until a newline arrives, then emit the whole line. Zero deps.
48
chunk-flush
experimentalv0.1.0
Flush-on-newline buffer for streaming LLM output. Holds bytes until a newline or N millis pass, then yields a complete chunk. Zero deps.
50
andrew
growingv0.3.1
The andrew crate provides convenient drawing of objects such as shapes, lines and text to buffers
Core Metrics
| lineify | chunk-flush | andrew | |
|---|---|---|---|
| Health Score | 48 | 48 | 50 |
| Total Downloads | 13 | 13 | 4.1M |
| 30d Downloads | 0 | 0 | 68.3K |
| Dependents | 0 | 0 | 44 |
| Releases | 1 | 1 | 11 |
| Last Updated | 9d ago | 9d ago | 2040d ago |
| Age | 9d | 9d | 7y 9m |
Health Breakdown
lineify
Maintenance
12
Quality
15
Community
5
Popularity
1
Documentation
15
chunk-flush
Maintenance
12
Quality
15
Community
5
Popularity
1
Documentation
15
andrew
Maintenance
4
Quality
14
Community
16
Popularity
8
Documentation
8
Technical Details
| lineify | chunk-flush | andrew | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 0 | 6 |
| Crate Size | 7KB | 7KB | 14KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | — |
| MSRV | 1.74 | 1.74 | — |
| Owners | 1 | 1 | 3 (team) |
Links
Quick Verdict
- •andrew leads with a health score of 50/100, but none of the options score above 80.
- •⚠ andrew has not been updated in over a year.