Decision Workspace
assert-no-alloc-patched vs assert_no_alloc vs nih_assert_no_alloc
Side-by-side comparison of Rust crates
46
assert-no-alloc-patched
growingv1.1.3
Custom Rust allocator allowing to monitor memory allocations for a thread. Aborts or prints a warning if allocating although forbidden.
55
assert_no_alloc
growingv1.1.2
Custom Rust allocator allowing to temporarily disable memory (de)allocations for a thread. Aborts or prints a warning if allocating although forbidden.
50
nih_assert_no_alloc
experimentalv1.0.1
Custom Rust allocator allowing to temporarily disable memory (de)allocations for a thread. Aborts or prints a warning if allocating although forbidden.
Core Metrics
| assert-no-alloc-patched | assert_no_alloc | nih_assert_no_alloc | |
|---|---|---|---|
| Health Score | 46 | 55 | 50 |
| Total Downloads | 676 | 2.5M | 89 |
| 30d Downloads | 0 | 554.7K | 0 |
| Dependents | 0 | 201 | 3 |
| Releases | 2 | 4 | 2 |
| Last Updated | 265d ago | 1756d ago | 8d ago |
| Age | 8m | 5y 9m | 24d |
Health Breakdown
assert-no-alloc-patched
Maintenance
8
Quality
21
Community
5
Popularity
3
Documentation
9
assert_no_alloc
Maintenance
4
Quality
23
Community
11
Popularity
8
Documentation
9
nih_assert_no_alloc
Maintenance
13
Quality
19
Community
7
Popularity
2
Documentation
9
Technical Details
| assert-no-alloc-patched | assert_no_alloc | nih_assert_no_alloc | |
|---|---|---|---|
| Version | 1.1.3 | 1.1.2 | 1.0.1 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | BSD-1-Clause | BSD-1-Clause | BSD-1-Clause |
| Dependencies | 2 | 0 | 2 |
| Crate Size | 8KB | 6KB | 8KB |
| Features | 6 | 4 | 6 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •assert_no_alloc leads with a health score of 55/100, but none of the options score above 80.
- •assert_no_alloc is depended on by 201 crates — strongest ecosystem trust.
- •⚠ assert_no_alloc has not been updated in over a year.