Programming & DevOps
Include Assembly Source Files In Rust Project (and Build with Cargo)
Update: Since Rust 1.59, the macros global_asm! and asm! are finally stable! I also updated the blog post a little but it is mostly in the state from back then. In this blog post, I show how you can create assembly files next to Rust files and compile everything by Read more…