luau-rs
Luau bindings for the Rust programming language using bindgen
This does not provide bindings for everything as luau does not provide an adequate API for C bindings, which trips up bindgen & makes ffi exponentially more difficult (thanks to using C++'s std::string
and whatnot). See luau/121. (It is also untested thanks to this..)
Add this to your Cargo.toml
toml
[dependencies]
luau = { git = "https://github.com/Vurv78/luau-rs" }
See the requirements for bindgen here