lua-assembler 0.1.1

Parse and write Lua .luac bytecode
Documentation
1
2
3
4
5
6
7
8
mod luac_read;
mod luac_write;
mod test_tools;

#[test]
fn ready() {
    println!("it works!")
}