Decision Workspace
rand-construct vs random-constructible vs random-constructible-derive
Side-by-side comparison of Rust crates
51
rand-construct
growingv0.14.0
Encapsulates the random-constructible and random-constructible-derive crates which are used for creating random instances of data structures with weighted probabilities
52
random-constructible
growingv0.11.0
Provides a trait for creating random instances of enums with weighted probabilities
52
random-constructible-derive
growingv0.13.0
Provides a derive macro for the random-constructible crate which is used for creating random instances of enums with weighted probabilities
Core Metrics
| rand-construct | random-constructible | random-constructible-derive | |
|---|---|---|---|
| Health Score | 51 | 52 | 52 |
| Total Downloads | 21.8K | 23.7K | 25.0K |
| 30d Downloads | 1.6K | 1.7K | 1.7K |
| Dependents | 15 | 20 | 8 |
| Releases | 8 | 10 | 12 |
| Last Updated | 263d ago | 263d ago | 263d ago |
| Age | 1y 4m | 1y 4m | 1y 4m |
Health Breakdown
rand-construct
Maintenance
9
Quality
15
Community
9
Popularity
5
Documentation
13
random-constructible
Maintenance
10
Quality
14
Community
10
Popularity
5
Documentation
13
random-constructible-derive
Maintenance
10
Quality
15
Community
9
Popularity
5
Documentation
13
Technical Details
| rand-construct | random-constructible | random-constructible-derive | |
|---|---|---|---|
| Version | 0.14.0 | 0.11.0 | 0.13.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 4 | 15 |
| Crate Size | 13KB | 7KB | 27KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •random-constructible leads with a health score of 52/100, but none of the options score above 80.
- •random-constructible-derive has the most downloads (25.0K), suggesting wider adoption.