nico-abram / blondieLinks
Collect CPU callstack samples from a windows process
☆38Updated last year
Alternatives and similar repositories for blondie
Users that are interested in blondie are comparing it to the libraries listed below
Sorting:
- A cross-platform virtual memory API written in Rust☆127Updated last year
- Collection of crates to deal with crashes☆158Updated 3 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆178Updated last year
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆93Updated 3 months ago
- Rust ABI safe code generator☆189Updated 4 months ago
- A pure-Rust, no_std compatible PNG decoder☆45Updated 2 years ago
- A modern and lightweight implementation of arbitrary integers for Rust☆41Updated this week
- Experimental Rust-to-C++ binding generator, using Rust compiler APIs to ensure accurate and stable translation.☆37Updated 5 months ago
- offsetof for Rust☆229Updated last year
- Cross compile Rust programs to the MSVC Windows target using Wine☆66Updated 3 years ago
- Lightning Creations Compiler Frontend for various languages☆118Updated 8 months ago
- Rust rewrite of breakpad's minidump_writer☆81Updated last month
- Mirror of Rust's allocator api for use on stable rust☆63Updated 3 months ago
- https://crates.io/crates/undname☆17Updated 10 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 3 weeks ago
- New register allocator designed as a successor to regalloc2☆46Updated 2 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated last month
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated 2 months ago
- crates-io is an extension aims to help people to manage their dependencies for rust (crates.io & TOML).☆58Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 2 weeks ago
- Convert number to enum☆87Updated last year
- Fast, minimal, feature-rich, extended formatting syntax for Rust!☆78Updated 2 years ago
- Extract bits from a byte slice☆80Updated 2 weeks ago
- Cargo subcommand to build multiple versions of the same binary, each with a different CPU features set, merged into a single portable opt…☆184Updated 2 months ago
- #[no_std] print equivalent for Rust