Decision Workspace
orx-self-or vs boow vs nonnull-mut
Side-by-side comparison of Rust crates
56
orx-self-or
growingv1.2.0
Defines SoR (self-or-ref) and SoM (self-or-mut) traits that are useful in reducing code duplication and pushing forward the ownership transfer decision from the type designer to the consumer.
54
boow
growingv0.1.3
`Borrow Or oWned` smart pointer. Alternative to Cow.
46
nonnull-mut
experimentalv0.1.2
NonNull<T>, but T is invariant like *mut T
Core Metrics
| orx-self-or | boow | nonnull-mut | |
|---|---|---|---|
| Health Score | 56 | 54 | 46 |
| Total Downloads | 1.0M | 112.4K | 1.2K |
| 30d Downloads | 151.8K | 6.4K | 5 |
| Dependents | 26 | 85 | 0 |
| Releases | 4 | 4 | 3 |
| Last Updated | 356d ago | 2908d ago | 211d ago |
| Age | 1y 3m | 7y 11m | 9m |
Health Breakdown
orx-self-or
Maintenance
9
Quality
20
Community
10
Popularity
7
Documentation
10
boow
Maintenance
9
Quality
17
Community
11
Popularity
6
Documentation
11
nonnull-mut
Maintenance
11
Quality
15
Community
6
Popularity
4
Documentation
10
Technical Details
| orx-self-or | boow | nonnull-mut | |
|---|---|---|---|
| Version | 1.2.0 | 0.1.3 | 0.1.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 0 | 1 | 0 |
| Crate Size | 8KB | 3KB | 4KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | — | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orx-self-or leads with a health score of 56/100, but none of the options score above 80.
- •⚠ boow has not been updated in over a year.
- •boow, nonnull-mut are pre-1.0 — API may change.