Decision Workspace
spipe vs piping vs proc-macro-crate
Side-by-side comparison of Rust crates
35
spipe
experimentalv0.1.0
Smart pipe macro for chaining function/method calls, with unwrap, map, and and_then support
51
piping
growingv1.0.0
Pipeline syntax in Rust. `4isize |> double(__) |> __ as usize`.
70
proc-macro-crate
stablev3.5.0
Replacement for crate (macro_rules keyword) in proc-macros
Core Metrics
| spipe | piping | proc-macro-crate | |
|---|---|---|---|
| Health Score | 35 | 51 | 70 |
| Total Downloads | 690 | 7.2K | 329.6M |
| 30d Downloads | 27 | 9 | 24.1M |
| Dependents | 2 | 0 | 5.4K |
| Releases | 1 | 6 | 24 |
| Last Updated | 285d ago | 1036d ago | 23d ago |
| Age | 9m | 2y 10m | 7y 1m |
Health Breakdown
spipe
Maintenance
3
Quality
14
Community
7
Popularity
3
Documentation
8
piping
Maintenance
10
Quality
20
Community
6
Popularity
5
Documentation
10
proc-macro-crate
Maintenance
18
Quality
15
Community
14
Popularity
8
Documentation
15
Technical Details
| spipe | piping | proc-macro-crate | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.0 | 3.5.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | non-standard | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 3 | 4 |
| Crate Size | 9KB | 4KB | 13KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 12.5% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.82.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •proc-macro-crate leads with a health score of 70/100, but none of the options score above 80.
- •proc-macro-crate is depended on by 5.4K crates — strongest ecosystem trust.
- •⚠ piping has not been updated in over a year.
- •spipe is pre-1.0 — API may change.