Decision Workspace
modbus_buffer vs e-write-buffer vs static_memory_rs
Side-by-side comparison of Rust crates
44
modbus_buffer
growingv0.0.2
Circular buffer implementation tailored for Modbus communication in no_std environments.
43
e-write-buffer
growingv0.6.1
A no_std, const-generic, `core::fmt::Write`able buffer
43
static_memory_rs
experimentalv0.1.2
A fixed-capacity, no_std-friendly memory region with typed read/write access, runtime bounds checks, and alignment verification — ideal for embedded and systems programming.
Core Metrics
| modbus_buffer | e-write-buffer | static_memory_rs | |
|---|---|---|---|
| Health Score | 44 | 43 | 43 |
| Total Downloads | 2.7K | 9.5K | 918 |
| 30d Downloads | 65 | 10 | 5 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 7 | 3 |
| Last Updated | 697d ago | 766d ago | 185d ago |
| Age | 1y 11m | 5y | 7m |
Health Breakdown
modbus_buffer
Maintenance
5
Quality
16
Community
6
Popularity
4
Documentation
13
e-write-buffer
Maintenance
4
Quality
16
Community
6
Popularity
5
Documentation
12
static_memory_rs
Maintenance
11
Quality
15
Community
6
Popularity
4
Documentation
7
Technical Details
| modbus_buffer | e-write-buffer | static_memory_rs | |
|---|---|---|---|
| Version | 0.0.2 | 0.6.1 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 5KB | 4KB | 2KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •modbus_buffer leads with a health score of 44/100, but none of the options score above 80.
- •e-write-buffer has the most downloads (9.5K), suggesting wider adoption.
- •⚠ modbus_buffer, e-write-buffer have not been updated in over a year.