luaur-vm 0.1.1

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
4
#[allow(non_camel_case_types)]
pub type buffer = crate::records::luau_buffer::LuauBuffer;

pub type Buffer = buffer;