High-level bindings to Lua for Rust
Go to file
SeanOMik 9ef4203619
make it so a Table can only be a normal table, or a metatable, not both at the same time
2024-01-27 11:00:02 -05:00
.vscode Initial commit, tables, functions 2024-01-21 22:53:53 -05:00
src make it so a Table can only be a normal table, or a metatable, not both at the same time 2024-01-27 11:00:02 -05:00
.gitignore Initial commit, tables, functions 2024-01-21 22:53:53 -05:00
Cargo.lock Initial commit, tables, functions 2024-01-21 22:53:53 -05:00
Cargo.toml Initial commit, tables, functions 2024-01-21 22:53:53 -05:00
LICENSE Initial commit, tables, functions 2024-01-21 22:53:53 -05:00
util.lua Groundwork for userdata 2024-01-26 15:43:26 -05:00