cargo subcommand showing the assembly or llvm-ir generated for Rust code
☆1,277Feb 26, 2024Updated 2 years ago
Alternatives and similar repositories for cargo-asm
Users that are interested in cargo-asm are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆932Mar 30, 2026Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,633Feb 16, 2026Updated 2 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,190Mar 24, 2026Updated 3 weeks ago
- Rust port of Google's SwissTable hash map☆2,902Updated this week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,571Jan 11, 2026Updated 3 months ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Error management☆1,417May 2, 2020Updated 5 years ago
- SIMD for humans☆1,600Aug 29, 2023Updated 2 years ago
- Compile time static maps for Rust☆2,123Updated this week
- Statistics-driven benchmarking library for Rust☆5,449Nov 29, 2025Updated 4 months ago
- Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3☆5,874Apr 8, 2026Updated last week
- Subcommand to show result of macro expansion☆3,063Feb 12, 2026Updated 2 months ago
- Runtime for executing procedural macros as WebAssembly☆1,484Jan 21, 2026Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆654Nov 18, 2023Updated 2 years ago
- Command line helpers for fuzzing☆1,785Feb 10, 2026Updated 2 months ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,309Feb 21, 2026Updated last month
- An interpreter for Rust's mid-level intermediate representation☆6,029Updated this week
- A fast bump allocation arena for Rust☆2,167Apr 8, 2026Updated last week
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,989Feb 8, 2026Updated 2 months ago
- Macros for all your token pasting needs☆1,084Oct 6, 2024Updated last year
- Zero-cost asynchronous programming in Rust☆5,834Apr 6, 2026Updated last week
- Rust parser combinator framework☆10,353Aug 26, 2025Updated 7 months ago
- Concurrency permutation testing tool for Rust.☆2,670Feb 20, 2026Updated last month
- Rayon: A data parallelism library for Rust☆12,866Jan 6, 2026Updated 3 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,335Apr 9, 2026Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,074Mar 12, 2026Updated last month
- Find out what takes most of the space in your executable.☆2,732May 10, 2024Updated last year
- Tools for concurrent programming in Rust☆8,397Feb 22, 2026Updated last month
- Cranelift code generator☆2,502Jun 26, 2020Updated 5 years ago
- A tool for transforming Rust code using rules