Decision Workspace
build-with-leak-check vs clang_log vs ancpp
Side-by-side comparison of Rust crates
38
build-with-leak-check
growingv0.1.0
This is a small wrapper program around the LLVM Clang compiler suite. This will build and execute binaries using address sanitation and memory sanitation, this project is generally recommended to be only used with smaller builds (such as college homework assignments) where memory safety is required.
52
clang_log
growingv2.1.2
Another log implementation
51
ancpp
experimentalv2.1.0
A C preprocessor compliant with C23 standard implemented in Rust.
Core Metrics
| build-with-leak-check | clang_log | ancpp | |
|---|---|---|---|
| Health Score | 38 | 52 | 51 |
| Total Downloads | 1.7K | 11.5K | 240 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 12 | 0 |
| Releases | 1 | 12 | 7 |
| Last Updated | 1582d ago | 360d ago | 56d ago |
| Age | 4y 4m | 1y 7m | 5m |
Health Breakdown
build-with-leak-check
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
12
clang_log
Maintenance
9
Quality
15
Community
8
Popularity
5
Documentation
15
ancpp
Maintenance
17
Quality
15
Community
6
Popularity
3
Documentation
10
Technical Details
| build-with-leak-check | clang_log | ancpp | |
|---|---|---|---|
| Version | 0.1.0 | 2.1.2 | 2.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MPL-2.0 |
| Dependencies | 3 | 2 | 4 |
| Crate Size | 5KB | 6KB | 129KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 33.3% | 0.0% |
| Edition | 2018 | 2024 | 2024 |
| MSRV | — | 1.88.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •clang_log leads with a health score of 52/100, but none of the options score above 80.
- •⚠ build-with-leak-check has not been updated in over a year.
- •build-with-leak-check is pre-1.0 — API may change.