luaur-vm 0.1.3

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
4
5
6
use crate::records::closure::Closure as ClosureRecord;

#[allow(non_camel_case_types)]
pub type closure = ClosureRecord;

pub type Closure = closure;