Decision Workspace
auto-impl-ops vs piping vs auto_ops_det
Side-by-side comparison of Rust crates
48
auto-impl-ops
growingv0.2.1
semi-automatic implementation proc-macro for binary operations
51
piping
growingv1.0.0
Pipeline syntax in Rust. `4isize |> double(__) |> __ as usize`.
49
auto_ops_det
growingv2.0.0
Macros for easy operator overloading.
Core Metrics
| auto-impl-ops | piping | auto_ops_det | |
|---|---|---|---|
| Health Score | 48 | 51 | 49 |
| Total Downloads | 33.1K | 7.2K | 1.4K |
| 30d Downloads | 1.0K | 9 | 99 |
| Dependents | 26 | 0 | 3 |
| Releases | 5 | 6 | 3 |
| Last Updated | 1121d ago | 1036d ago | 185d ago |
| Age | 3y 8m | 2y 10m | 6m |
Health Breakdown
auto-impl-ops
Maintenance
5
Quality
13
Community
10
Popularity
5
Documentation
15
piping
Maintenance
10
Quality
20
Community
6
Popularity
5
Documentation
10
auto_ops_det
Maintenance
11
Quality
19
Community
8
Popularity
4
Documentation
7
Technical Details
| auto-impl-ops | piping | auto_ops_det | |
|---|---|---|---|
| Version | 0.2.1 | 1.0.0 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | AGPL-3.0-or-later | MIT | non-standard |
| Dependencies | 9 | 3 | 0 |
| Crate Size | 10KB | 4KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | 1.56 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •piping leads with a health score of 51/100, but none of the options score above 80.
- •auto-impl-ops has the most downloads (33.1K), suggesting wider adoption.
- •⚠ auto-impl-ops, piping have not been updated in over a year.
- •auto-impl-ops is pre-1.0 — API may change.