Decision Workspace
qread vs bt_file_utils vs read_range
Side-by-side comparison of Rust crates
39
qread
growingv0.1.0
A convenience library for common read operations
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
51
read_range
experimentalv0.2.1
A portable and efficient crate for reading a specific range of bytes from a file. Provides both sync/async APIs and uses concurrent-safe positional I/O.
Core Metrics
| qread | bt_file_utils | read_range | |
|---|---|---|---|
| Health Score | 39 | 52 | 51 |
| Total Downloads | 1.5K | 2.9K | 2.7K |
| 30d Downloads | 4 | 79 | 64 |
| Dependents | 0 | 15 | 0 |
| Releases | 1 | 5 | 8 |
| Last Updated | 1108d ago | 60d ago | 144d ago |
| Age | 3y | 1y 1m | 5m |
Health Breakdown
qread
Maintenance
1
Quality
16
Community
5
Popularity
4
Documentation
13
bt_file_utils
Maintenance
15
Quality
15
Community
8
Popularity
4
Documentation
10
read_range
Maintenance
12
Quality
16
Community
6
Popularity
4
Documentation
13
Technical Details
| qread | bt_file_utils | read_range | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | GPL-3.0-only | MIT |
| Dependencies | 0 | 3 | 3 |
| Crate Size | 3KB | 9KB | 10KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bt_file_utils leads with a health score of 52/100, but none of the options score above 80.
- •⚠ qread has not been updated in over a year.