rluau 0.1.1

High level luau bindings for Rust.
Documentation
1
2
3
4
5
use luau_src::compiler as raw;

#[derive(Default)]
#[repr(transparent)]
pub struct CompileOptions(pub raw::lua_CompileOptions);