Decision Workspace
subprocess-test vs assert-struct vs typed_macros
Side-by-side comparison of Rust crates
41
subprocess-test
experimentalv0.1.2
Convenience macro for creating tests which run in child process
63
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 | 41 | 63 | 55 |
| Total Downloads | 1.9K | 7.3K | 8.3K |
| 30d Downloads | 21 | 2.4K | 10 |
| Dependents | 1 | 10 | 0 |
| Releases | 3 | 7 | 7 |
| Last Updated | 337d ago | 4d ago | 1260d ago |
| Age | 11m | 7m | 3y 5m |
Health Breakdown
subprocess-test
Maintenance
9
Quality
14
Community
4
Popularity
4
Documentation
10
assert-struct
Maintenance
19
Quality
15
Community
9
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 63/100, but none of the options score above 80.
- •typed_macros has the most downloads (8.3K), suggesting wider adoption.
- •⚠ typed_macros has not been updated in over a year.
- •subprocess-test, assert-struct are pre-1.0 — API may change.