Decision Workspace
clang_log vs env_logger vs env_filter
Side-by-side comparison of Rust crates
52
clang_log
growingv2.1.2
Another log implementation
70
env_logger
growingv0.11.10
A logging implementation for `log` which is configured via an environment variable.
69
env_filter
stablev1.0.1
Filter log events using environment variables
Core Metrics
| clang_log | env_logger | env_filter | |
|---|---|---|---|
| Health Score | 52 | 70 | 69 |
| Total Downloads | 11.2K | 460.0M | 136.3M |
| 30d Downloads | 0 | 25.1M | 11.9M |
| Dependents | 12 | 143.9K | 481 |
| Releases | 12 | 58 | 7 |
| Last Updated | 311d ago | 63d ago | 63d ago |
| Age | 1y 6m | 11y 4m | 2y 4m |
Health Breakdown
clang_log
Maintenance
9
Quality
15
Community
8
Popularity
5
Documentation
15
env_logger
Maintenance
14
Quality
17
Community
19
Popularity
8
Documentation
12
env_filter
Maintenance
13
Quality
19
Community
17
Popularity
8
Documentation
12
Technical Details
| clang_log | env_logger | env_filter | |
|---|---|---|---|
| Version | 2.1.2 | 0.11.10 | 1.0.1 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 5 | 3 |
| Crate Size | 6KB | 32KB | 15KB |
| Features | 2 | 7 | 2 |
| Yanked % | 33.3% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.88.0 | 1.71 | 1.71 |
| Owners | 1 | 6 (team) | 2 (team) |
Links
Quick Verdict
- •env_logger leads with a health score of 70/100, but none of the options score above 80.
- •env_logger is depended on by 143.9K crates — strongest ecosystem trust.
- •env_logger is pre-1.0 — API may change.