Decision Workspace
mod_idiom vs retrieve vs proc_use
Side-by-side comparison of Rust crates
40
mod_idiom
experimentalv0.1.1
`mod` and `use` idiom.
51
retrieve
growingv1.1.2
#[{pub_}mod_{pub_}use(a,b,c,...)] => {pub }mod a; {pub }use a::*; and also b,c,...
45
proc_use
growingv0.2.1
Semi-dynamic mod and use
Core Metrics
| mod_idiom | retrieve | proc_use | |
|---|---|---|---|
| Health Score | 40 | 51 | 45 |
| Total Downloads | 765 | 12.9K | 7.6K |
| 30d Downloads | 4 | 149 | 14 |
| Dependents | 0 | 3 | 0 |
| Releases | 2 | 6 | 4 |
| Last Updated | 244d ago | 1416d ago | 2119d ago |
| Age | 8m | 3y 11m | 5y 9m |
Health Breakdown
mod_idiom
Maintenance
8
Quality
15
Community
4
Popularity
3
Documentation
10
retrieve
Maintenance
4
Quality
22
Community
7
Popularity
5
Documentation
13
proc_use
Maintenance
9
Quality
15
Community
7
Popularity
5
Documentation
9
Technical Details
| mod_idiom | retrieve | proc_use | |
|---|---|---|---|
| Version | 0.1.1 | 1.1.2 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | GPL-3.0+ |
| Dependencies | 0 | 2 | 2 |
| Crate Size | 7KB | 6KB | 4KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •retrieve leads with a health score of 51/100, but none of the options score above 80.
- •⚠ retrieve, proc_use have not been updated in over a year.
- •mod_idiom, proc_use are pre-1.0 — API may change.