Decision Workspace
secmem-proc vs zeroize vs zeroize_derive
Side-by-side comparison of Rust crates
57
secmem-proc
growingv0.3.8
Process hardening through system APIs
68
zeroize
growingv1.8.2
Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM!
65
zeroize_derive
stablev1.4.3
Custom derive support for zeroize
Core Metrics
| secmem-proc | zeroize | zeroize_derive | |
|---|---|---|---|
| Health Score | 57 | 68 | 65 |
| Total Downloads | 434.3K | 394.3M | 153.0M |
| 30d Downloads | 31.6K | 33.7M | 11.2M |
| Dependents | 51 | 21.2K | 283 |
| Releases | 13 | 45 | 23 |
| Last Updated | 86d ago | 179d ago | 88d ago |
| Age | 4y 4m | 7y 5m | 7y |
Health Breakdown
secmem-proc
Maintenance
12
Quality
15
Community
11
Popularity
7
Documentation
12
zeroize
Maintenance
11
Quality
17
Community
20
Popularity
8
Documentation
12
zeroize_derive
Maintenance
13
Quality
14
Community
18
Popularity
8
Documentation
12
Technical Details
| secmem-proc | zeroize | zeroize_derive | |
|---|---|---|---|
| Version | 0.3.8 | 1.8.2 | 1.4.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 11 | 2 | 3 |
| Crate Size | 30KB | 21KB | 12KB |
| Features | 4 | 6 | 0 |
| Yanked % | 0.0% | 60.0% | 65.2% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.65 | 1.60 | 1.56 |
| Owners | 1 | 2 (team) | 2 (team) |
Links
Quick Verdict
- •zeroize leads with a health score of 68/100, but none of the options score above 80.
- •zeroize is depended on by 21.2K crates — strongest ecosystem trust.
- •secmem-proc is pre-1.0 — API may change.