Decision Workspace
subprocess-test vs assert-struct vs typed_macros
Side-by-side comparison of Rust crates
39
subprocess-test
growingv0.1.2
Convenience macro for creating tests which run in child process
60
assert-struct
experimentalv0.4.2
A procedural macro for ergonomic structural assertions in tests
55
typed_macros
growingv1.0.6
Adds typing to your macro's arguments, making it a lot less of a pain to deal with them.
Core Metrics
| subprocess-test | assert-struct | typed_macros | |
|---|---|---|---|
| Health Score | 39 | 60 | 55 |
| Total Downloads | 2.0K | 11.2K | 8.3K |
| 30d Downloads | 0 | 2.1K | 0 |
| Dependents | 1 | 34 | 0 |
| Releases | 3 | 7 | 7 |
| Last Updated | 396d ago | 63d ago | 1319d ago |
| Age | 1y 1m | 9m | 3y 7m |
Health Breakdown
subprocess-test
Maintenance
6
Quality
15
Community
4
Popularity
4
Documentation
10
assert-struct
Maintenance
15
Quality
15
Community
10
Popularity
5
Documentation
15
typed_macros
Maintenance
10
Quality
21
Community
6
Popularity
5
Documentation
13
Technical Details
| subprocess-test | assert-struct | typed_macros | |
|---|---|---|---|
| Version | 0.1.2 | 0.4.2 | 1.0.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 6 | 0 |
| Crate Size | 8KB | 30KB | 4KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •assert-struct leads with a health score of 60/100, but none of the options score above 80.
- •⚠ subprocess-test, typed_macros have not been updated in over a year.
- •subprocess-test, assert-struct are pre-1.0 — API may change.