pub macro asm("assembly template", $(operands,)* $(options($(option),*))?) {
...
}
Available on non-crate feature
ferrocene_certified
only.Expand description
Inline assembly.
Refer to Rust By Example for a usage guide and the reference for detailed information about the syntax and available options.