luau 0.732.0

Safe lifetime-bound Rust embedding API for the Luau runtime
1
2
3
4
#[derive(luau::Userdata)]
struct Generic<T>(T);

fn main() {}