luau-src 0.1.0

Luau source code bindings
Documentation

🌔 luau-rs

Luau bindings for the Rust programming language using bindgen

⚠️ Disclaimer

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..)

Usage

Add this to your Cargo.toml

[dependencies]
luau = { git = "https://github.com/Vurv78/luau-rs" }

Requirements

See the requirements for bindgen here