Decision Workspace
uninit-read vs bytesbuf_io vs read_range
Side-by-side comparison of Rust crates
49
uninit-read
experimentalv0.1.1
A marker trait and utilities for safe, high-performance reads into uninitialized buffers.
55
bytesbuf_io
experimentalv0.5.0
Asynchronous I/O abstractions expressed via `bytesbuf` types.
50
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
| uninit-read | bytesbuf_io | read_range | |
|---|---|---|---|
| Health Score | 49 | 55 | 50 |
| Total Downloads | 73 | 122 | 2.8K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 5 | 8 |
| Last Updated | 195d ago | 3d ago | 203d ago |
| Age | 6m | 4m | 7m |
Health Breakdown
uninit-read
Maintenance
9
Quality
17
Community
6
Popularity
2
Documentation
15
bytesbuf_io
Maintenance
19
Quality
14
Community
8
Popularity
2
Documentation
12
read_range
Maintenance
11
Quality
16
Community
6
Popularity
4
Documentation
13
Technical Details
| uninit-read | bytesbuf_io | read_range | |
|---|---|---|---|
| Version | 0.1.1 | 0.5.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 7 | 8 | 3 |
| Crate Size | 12KB | 22KB | 10KB |
| Features | 11 | 3 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.88 | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •bytesbuf_io leads with a health score of 55/100, but none of the options score above 80.
- •read_range has the most downloads (2.8K), suggesting wider adoption.