xd009642 / llvm-profparser
Mostly complete pure rust implementation of parsing llvm instrumentation profile data
☆13Updated last week
Alternatives and similar repositories for llvm-profparser
Users that are interested in llvm-profparser are comparing it to the libraries listed below
Sorting:
- ☆88Updated 6 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆89Updated this week
- Overview of the Tree Borrows rules for detecting violations of the aliasing discipline in Rust☆25Updated last year
- The missing compound borrowing for Rust.☆57Updated last month
- https://github.com/rust-lang/cargo/issues/948☆57Updated 9 months ago
- Define compiler intermediate representation usable by external tools☆74Updated 10 months ago
- An evil parsing library.☆54Updated last year
- A dynamic binary tracing tool☆68Updated 3 years ago
- Macro for sealing traits and structures☆54Updated 5 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆98Updated 4 months ago
- ☆20Updated 4 years ago
- Build-time configure scripts for Rust☆63Updated 4 months ago
- Umbrella repository for Krabcake experiments☆46Updated 3 months ago
- Choose Rust types at compile-time via constants☆65Updated last year
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- ☆41Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 6 months ago
- ☆34Updated 3 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆120Updated 7 months ago
- Hex Display: A modern xxd alternative.☆43Updated last month
- A lightweight attribute macro for easily writing extension trait pattern.☆69Updated last month
- Cross-platform, endian-aware primitives for Rust☆39Updated 2 weeks ago
- ☆31Updated 11 months ago
- Map data structure whose keys are stored as ranges☆88Updated 4 months ago
- A sinless derive helper☆72Updated 6 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- Completion futures for Rust