Decision Workspace
random-constructible vs random-constructible-derive vs rand-construct
Side-by-side comparison of Rust crates
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
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
Core Metrics
| random-constructible | random-constructible-derive | rand-construct | |
|---|---|---|---|
| Health Score | 52 | 52 | 51 |
| Total Downloads | 23.7K | 25.0K | 21.8K |
| 30d Downloads | 1.7K | 1.7K | 1.6K |
| Dependents | 20 | 8 | 15 |
| Releases | 10 | 12 | 8 |
| Last Updated | 263d ago | 263d ago | 263d ago |
| Age | 1y 4m | 1y 4m | 1y 4m |
Health Breakdown
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
rand-construct
Maintenance
9
Quality
15
Community
9
Popularity
5
Documentation
13
Technical Details
| random-constructible | random-constructible-derive | rand-construct | |
|---|---|---|---|
| Version | 0.11.0 | 0.13.0 | 0.14.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 4 | 15 | 3 |
| Crate Size | 7KB | 27KB | 13KB |
| Features | 0 | 2 | 0 |
| 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.