Decision Workspace
moosicbox_log_runtime vs test-log vs rlg
Side-by-side comparison of Rust crates
52
moosicbox_log_runtime
experimentalv0.4.0
Generic log runtime paths and initialization
67
test-log
growingv0.2.21
A replacement of the #[test] attribute that initializes logging and/or tracing infrastructure before running tests.
63
rlg
growingv0.0.11
A near-lock-free structured logging library for Rust. Sub-microsecond ingestion via a 65k-slot ring buffer (LMAX Disruptor pattern), deferred formatting, and native OS sinks (`os_log` on macOS via `syslog(3)`, `journald` on Linux). 14 output formats including JSON, MCP, OTLP, ECS, GELF, CEF, and Logfmt.
Core Metrics
| moosicbox_log_runtime | test-log | rlg | |
|---|---|---|---|
| Health Score | 52 | 67 | 63 |
| Total Downloads | 3.7K | 59.0M | 110.2K |
| 30d Downloads | 966 | 1.3M | 2.3K |
| Dependents | 31 | 18.5K | 66 |
| Releases | 3 | 15 | 11 |
| Last Updated | 9d ago | 44d ago | 7d ago |
| Age | 2m | 5y | 3y 5m |
Health Breakdown
moosicbox_log_runtime
Maintenance
13
Quality
16
Community
9
Popularity
4
Documentation
10
test-log
Maintenance
16
Quality
13
Community
15
Popularity
8
Documentation
15
rlg
Maintenance
18
Quality
13
Community
11
Popularity
6
Documentation
15
Technical Details
| moosicbox_log_runtime | test-log | rlg | |
|---|---|---|---|
| Version | 0.4.0 | 0.2.21 | 0.0.11 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MPL-2.0 | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 5 | 9 | 32 |
| Crate Size | 8KB | 15KB | 132KB |
| Features | 7 | 5 | 8 |
| Yanked % | 0.0% | 6.7% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | 1.71 | 1.88.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •test-log leads with a health score of 67/100, but none of the options score above 80.
- •test-log is depended on by 18.5K crates — strongest ecosystem trust.