machina 0.6.1

Manage and execute assembly at runtime.
Documentation
1
2
3
4
pub struct Entry {
    pub asm: Vec<u8>,
    pub stub: usize,
}