Decision Workspace
read_lines_with_blank vs bt_file_utils vs async-fs
Side-by-side comparison of Rust crates
43
read_lines_with_blank
experimentalv0.1.1
File to Vec<String> by line without losing or ending on blank lines
52
bt_file_utils
growingv0.2.0
Basic file read operation. Returns string with file. The file is either a relative location or passes via an environment variable
69
async-fs
growingv2.2.0
Async filesystem primitives
Core Metrics
| read_lines_with_blank | bt_file_utils | async-fs | |
|---|---|---|---|
| Health Score | 43 | 52 | 69 |
| Total Downloads | 1.9K | 2.9K | 37.1M |
| 30d Downloads | 94 | 83 | 2.6M |
| Dependents | 4 | 15 | 1.0K |
| Releases | 2 | 5 | 18 |
| Last Updated | 342d ago | 60d ago | 194d ago |
| Age | 11m | 1y 1m | 6y 10m |
Health Breakdown
read_lines_with_blank
Maintenance
7
Quality
15
Community
7
Popularity
4
Documentation
10
bt_file_utils
Maintenance
15
Quality
15
Community
8
Popularity
4
Documentation
10
async-fs
Maintenance
8
Quality
19
Community
19
Popularity
8
Documentation
15
Technical Details
| read_lines_with_blank | bt_file_utils | async-fs | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.0 | 2.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | GPL-3.0-only | Apache-2.0 OR MIT |
| Dependencies | 0 | 3 | 5 |
| Crate Size | 2KB | 9KB | 19KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | — | 1.71 |
| Owners | 1 | 1 | 1 (team) |
Links
Quick Verdict
- •async-fs leads with a health score of 69/100, but none of the options score above 80.
- •async-fs is depended on by 1.0K crates — strongest ecosystem trust.
- •read_lines_with_blank, bt_file_utils are pre-1.0 — API may change.