Decision Workspace
tincre-logger vs urlogger vs flogging
Side-by-side comparison of Rust crates
46
tincre-logger
experimentalv0.1.2
A simple, 'zero-setup' logging library for Rust that works out-of-the-box with a familiar API. Powered by tracing.
59
urlogger
experimentalv1.1.2
Lightweight colored logger: `log(level, message)` with `RUST_LOG` filtering.
46
flogging
experimentalv0.6.0
This is a fast, flexible logging crate, loosely based on the Java logging package: java.util.logging.
Core Metrics
| tincre-logger | urlogger | flogging | |
|---|---|---|---|
| Health Score | 46 | 59 | 46 |
| Total Downloads | 1.2K | 1.1K | 1.6K |
| 30d Downloads | 5 | 528 | 20 |
| Dependents | 0 | 17 | 0 |
| Releases | 3 | 4 | 4 |
| Last Updated | 250d ago | 34d ago | 212d ago |
| Age | 8m | 1m | 8m |
Health Breakdown
tincre-logger
Maintenance
10
Quality
13
Community
6
Popularity
4
Documentation
13
urlogger
Maintenance
14
Quality
18
Community
8
Popularity
4
Documentation
15
flogging
Maintenance
10
Quality
12
Community
5
Popularity
4
Documentation
15
Technical Details
| tincre-logger | urlogger | flogging | |
|---|---|---|---|
| Version | 0.1.2 | 1.1.2 | 0.6.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | Apache-2.0 | GPL-3.0-or-later |
| Dependencies | 7 | 0 | 8 |
| Crate Size | 10KB | 47KB | 49KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.85.0 | 1.85.1 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •urlogger leads with a health score of 59/100, but none of the options score above 80.
- •flogging has the most downloads (1.6K), suggesting wider adoption.
- •tincre-logger, flogging are pre-1.0 — API may change.