luaur-code-gen 0.1.0

Native (A64/X64) code generation for Luau (Rust).
Documentation
1
2
3
4
#[inline]
pub fn byteswap(a: u64) -> u64 {
    a.swap_bytes()
}