Decision Workspace
tracing-capture vs test-log vs assert_unordered
Side-by-side comparison of Rust crates
45
tracing-capture
growingv0.1.0
Capturing tracing spans and events, e.g. for testing
61
test-log
growingv0.2.19
A replacement of the #[test] attribute that initializes logging and/or tracing infrastructure before running tests.
58
assert_unordered
growingv0.3.5
A direct replacement for `assert_eq` for unordered collections
Core Metrics
| tracing-capture | test-log | assert_unordered | |
|---|---|---|---|
| Health Score | 45 | 61 | 58 |
| Total Downloads | 271.2K | 50.4M | 1.1M |
| 30d Downloads | 17.1K | 2.9M | 15.6K |
| Dependents | 35 | 16.1K | 67 |
| Releases | 2 | 13 | 10 |
| Last Updated | 754d ago | 120d ago | 1440d ago |
| Age | 3y 3m | 4y 9m | 3y 11m |
Health Breakdown
tracing-capture
Maintenance
4
Quality
13
Community
10
Popularity
6
Documentation
12
test-log
Maintenance
13
Quality
13
Community
15
Popularity
8
Documentation
12
assert_unordered
Maintenance
10
Quality
17
Community
11
Popularity
7
Documentation
13
Technical Details
| tracing-capture | test-log | assert_unordered | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.19 | 0.3.5 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 11 | 9 | 1 |
| Crate Size | 25KB | 15KB | 37KB |
| Features | 0 | 5 | 3 |
| Yanked % | 0.0% | 7.7% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.60 | 1.71 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •test-log leads with a health score of 61/100, but none of the options score above 80.
- •test-log is depended on by 16.1K crates — strongest ecosystem trust.
- •⚠ tracing-capture, assert_unordered have not been updated in over a year.