Decision Workspace
llvm-wrap vs compile_commands vs build-with-leak-check
Side-by-side comparison of Rust crates
32
llvm-wrap
growingv0.2.5
A safer wrapper for the LLVM C API bindings in Rust, based on llvm-sys
45
compile_commands
growingv0.3.0
Work with compile_commands.json and compile_flags.txt in Rust programs.
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.
Core Metrics
| llvm-wrap | compile_commands | build-with-leak-check | |
|---|---|---|---|
| Health Score | 32 | 45 | 38 |
| Total Downloads | 8.1K | 41.8K | 1.7K |
| 30d Downloads | 7 | 1.5K | 3 |
| Dependents | 0 | 6 | 0 |
| Releases | 5 | 4 | 1 |
| Last Updated | 2928d ago | 570d ago | 1474d ago |
| Age | 8y | 1y 8m | 4y |
Health Breakdown
llvm-wrap
Maintenance
4
Quality
15
Community
3
Popularity
5
Documentation
5
compile_commands
Maintenance
4
Quality
15
Community
7
Popularity
6
Documentation
13
build-with-leak-check
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
12
Technical Details
| llvm-wrap | compile_commands | build-with-leak-check | |
|---|---|---|---|
| Version | 0.2.5 | 0.3.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 1 | 2 | 3 |
| Crate Size | 12KB | 10KB | 5KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •compile_commands leads with a health score of 45/100, but none of the options score above 80.
- •⚠ llvm-wrap, compile_commands, build-with-leak-check have not been updated in over a year.