Code generators that do ~90% of the work required to incorporate an assembly
function into Rust. It will generate the meat of the functions, the assembly
instructions and in/out/lateout for registers, but you’ll have to write the
interface functions and for loads/store you’ll need to modify the argument a
little bit.