luaur-bytecode 0.1.1

Luau bytecode format and builder (Rust).
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, Copy, Default, PartialEq, Eq, Hash)]
pub struct BcInstHash;

impl BcInstHash {
    pub(crate) const M: u32 = 0x5bd1e995;
    pub(crate) const R: i32 = 24;
}