Decision Workspace
rlg-test vs rlg vs assertables
Side-by-side comparison of Rust crates
50
rlg-test
experimentalv0.0.11
Test utilities for downstream consumers of rlg. Capture log records emitted inside a test scope and assert on them with the `assert_logged!` macro.
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.
61
assertables
stablev10.1.0
Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability.
Core Metrics
| rlg-test | rlg | assertables | |
|---|---|---|---|
| Health Score | 50 | 63 | 61 |
| Total Downloads | 75 | 110.2K | 1.3M |
| 30d Downloads | 0 | 2.5K | 73.0K |
| Dependents | 0 | 66 | 561 |
| Releases | 2 | 11 | 76 |
| Last Updated | 7d ago | 7d ago | 42d ago |
| Age | 1m | 3y 5m | 5y 3m |
Health Breakdown
rlg-test
Maintenance
14
Quality
13
Community
6
Popularity
2
Documentation
15
rlg
Maintenance
18
Quality
13
Community
11
Popularity
6
Documentation
15
assertables
Maintenance
16
Quality
15
Community
13
Popularity
7
Documentation
10
Technical Details
| rlg-test | rlg | assertables | |
|---|---|---|---|
| Version | 0.0.11 | 0.0.11 | 10.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 OR BSD-3-Clause OR GPL-2.0-only OR GPL-3.0-only |
| Dependencies | 4 | 32 | 3 |
| Crate Size | 19KB | 132KB | 523KB |
| Features | 0 | 8 | 0 |
| Yanked % | 0.0% | 0.0% | 9.2% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.88.0 | 1.88.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rlg leads with a health score of 63/100, but none of the options score above 80.
- •assertables has the most downloads (1.3M), suggesting wider adoption.
- •assertables is depended on by 561 crates — strongest ecosystem trust.
- •rlg-test, rlg are pre-1.0 — API may change.