Decision Workspace
openinfra-logger vs log-io vs cirious_codex_logger
Side-by-side comparison of Rust crates
48
openinfra-logger
experimentalv0.1.0
Universal structured logging — zero-dependency, RFC 8259-compliant JSON, file + console transports. Sibling implementations exist for Node.js, Python and Go with identical JSON output.
58
log-io
experimentalv1.0.0
Structured logging pipeline for Rust. Zero-allocation fast path, JSON / logfmt / human-readable outputs, context propagation (request-id, trace-id), per-module filtering, async-safe sinks. An IO pipeline for log records, not a wrapper around log+tracing.
55
cirious_codex_logger
experimentalv0.2.1
Structured logging library for the Cirious Codex ecosystem.
Core Metrics
| openinfra-logger | log-io | cirious_codex_logger | |
|---|---|---|---|
| Health Score | 48 | 58 | 55 |
| Total Downloads | 19 | 157 | 148 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 11 | 6 |
| Releases | 1 | 3 | 3 |
| Last Updated | 59d ago | 56d ago | 31d ago |
| Age | 1m | 1m | 1m |
Health Breakdown
openinfra-logger
Maintenance
10
Quality
15
Community
6
Popularity
2
Documentation
15
log-io
Maintenance
11
Quality
20
Community
9
Popularity
3
Documentation
15
cirious_codex_logger
Maintenance
12
Quality
14
Community
13
Popularity
3
Documentation
13
Technical Details
| openinfra-logger | log-io | cirious_codex_logger | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 1 | 1 |
| Crate Size | 6KB | 65KB | 18KB |
| Features | 0 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.70 | 1.75 | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •log-io leads with a health score of 58/100, but none of the options score above 80.
- •openinfra-logger, cirious_codex_logger are pre-1.0 — API may change.