mlua/mlua-sys
Alex Orlenko 1f0e81c9a1
Add a dedicated type for Luau vector.
Refactor existing implementation and add 4-dimensional vectors support.
2023-06-20 13:30:42 +01:00
..
build Add a dedicated type for Luau vector. 2023-06-20 13:30:42 +01:00
src Add a dedicated type for Luau vector. 2023-06-20 13:30:42 +01:00
Cargo.toml Add a dedicated type for Luau vector. 2023-06-20 13:30:42 +01:00
README.md Move ffi module into mlua-sys crate 2023-04-12 23:23:34 +01:00

README.md

mlua-sys

Low level (FFI) bindings to Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau.

Intended to be consumed by the mlua crate.