Decision Workspace
dyn_safe vs object-safe vs prudent
Side-by-side comparison of Rust crates
45
dyn_safe
growingv0.1.0
Take control of the Semver hazard of the `dyn` safety of your traits!
43
object-safe
growingv0.3.1
Implement object-unsafe traits for trait objects
43
prudent
experimentalv0.0.3-beta
Help you make Rust code safer. For both authors and reviewers.
Core Metrics
| dyn_safe | object-safe | prudent | |
|---|---|---|---|
| Health Score | 45 | 43 | 43 |
| Total Downloads | 8.3K | 5.1K | 449 |
| 30d Downloads | 140 | 10 | 17 |
| Dependents | 3 | 3 | 2 |
| Releases | 5 | 4 | 3 |
| Last Updated | 219d ago | 953d ago | 121d ago |
| Age | 5y 4m | 2y 7m | 5m |
Health Breakdown
dyn_safe
Maintenance
6
Quality
15
Community
7
Popularity
5
Documentation
12
object-safe
Maintenance
5
Quality
16
Community
8
Popularity
4
Documentation
10
prudent
Maintenance
13
Quality
9
Community
7
Popularity
3
Documentation
11
Technical Details
| dyn_safe | object-safe | prudent | |
|---|---|---|---|
| Version | 0.1.0 | 0.3.1 | 0.0.3-beta |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Zlib OR MIT OR Apache-2.0 | MIT OR Apache-2.0 | BSD-2-Clause OR Apache-2.0 OR MIT |
| Dependencies | 1 | 0 | 0 |
| Crate Size | 7KB | 4KB | 25KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 66.7% |
| Edition | 2018 | 2021 | 2018 |
| MSRV | — | — | 1.39 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dyn_safe leads with a health score of 45/100, but none of the options score above 80.
- •⚠ object-safe has not been updated in over a year.