Decision Workspace
kelora vs std-logger vs log-io
Side-by-side comparison of Rust crates
46
kelora
growingv1.5.0
A command-line log analysis tool with embedded Rhai scripting
61
std-logger
growingv0.5.9
A logging implementation for the log crate that logs messages to standard error and requests to standard out. It support a number of output formats including JSON, JSON for GCP (gcloud) and logfmt.
60
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.
Core Metrics
| kelora | std-logger | log-io | |
|---|---|---|---|
| Health Score | 46 | 61 | 60 |
| Total Downloads | 4.7K | 98.1K | 129 |
| 30d Downloads | 0 | 12.3K | 0 |
| Dependents | 0 | 25 | 11 |
| Releases | 37 | 25 | 3 |
| Last Updated | 45d ago | 18d ago | 7d ago |
| Age | 1y | 8y 10m | 7d |
Health Breakdown
kelora
Maintenance
16
Quality
10
Community
6
Popularity
4
Documentation
10
std-logger
Maintenance
16
Quality
17
Community
9
Popularity
6
Documentation
13
log-io
Maintenance
14
Quality
19
Community
9
Popularity
3
Documentation
15
Technical Details
| kelora | std-logger | log-io | |
|---|---|---|---|
| Version | 1.5.0 | 0.5.9 | 1.0.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT | MIT/Apache-2.0 | Apache-2.0 |
| Dependencies | 49 | 6 | 1 |
| Crate Size | 674KB | 25KB | 65KB |
| Features | 0 | 5 | 5 |
| Yanked % | 2.7% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.75 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •std-logger leads with a health score of 61/100, but none of the options score above 80.
- •std-logger is pre-1.0 — API may change.