Decision Workspace
into-owned-trait vs maybe-owned-trait vs borrown
Side-by-side comparison of Rust crates
51
into-owned-trait
experimentalv1.2.0
`IntoOwned` trait for converting borrowed types into their owned counterparts
43
maybe-owned-trait
growingv0.2.1
Either an owned or borrowed value, with type known at compile time.
41
borrown
growingv0.1.0
Borrowed or owned, simplified for no-std.
Core Metrics
| into-owned-trait | maybe-owned-trait | borrown | |
|---|---|---|---|
| Health Score | 51 | 43 | 41 |
| Total Downloads | 76 | 3.9K | 479.6K |
| 30d Downloads | 0 | 0 | 21.4K |
| Dependents | 2 | 0 | 36 |
| Releases | 3 | 3 | 1 |
| Last Updated | 9d ago | 1034d ago | 1609d ago |
| Age | 11d | 2y 10m | 4y 4m |
Health Breakdown
into-owned-trait
Maintenance
13
Quality
17
Community
6
Popularity
2
Documentation
13
maybe-owned-trait
Maintenance
5
Quality
16
Community
5
Popularity
4
Documentation
13
borrown
Maintenance
1
Quality
16
Community
7
Popularity
7
Documentation
10
Technical Details
| into-owned-trait | maybe-owned-trait | borrown | |
|---|---|---|---|
| Version | 1.2.0 | 0.2.1 | 0.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 0 | 2 | 0 |
| Crate Size | 9KB | 8KB | 7KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •into-owned-trait leads with a health score of 51/100, but none of the options score above 80.
- •borrown has the most downloads (479.6K), suggesting wider adoption.
- •⚠ maybe-owned-trait, borrown have not been updated in over a year.
- •maybe-owned-trait, borrown are pre-1.0 — API may change.