macroassembler 1.0.5

A library for writing portable x86-64/riscv64/aarch64 assembly code in Rust
Documentation
1
2
3
4
//#![feature(btree_cursors)]
pub mod assembler;
pub mod jit;
pub mod wtf;