luaur-vm 0.1.1

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(any())]
use crate::records::lua_exception::lua_exception;

#[cfg(any())]
impl lua_exception {
    /// C++ `int getStatus() const`
    pub fn get_status(&self) -> core::ffi::c_int {
        self.status
    }
}