luaur-bytecode 0.1.2

Luau bytecode format and builder (Rust).
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Default)]
pub struct Jump {
    pub(crate) source: u32,
    pub(crate) target: u32,
}