gmod-rs fork
Go to file
William Venner 9b79d402e9 Lua functions can now return Result, Option<NonZeroI32>, () or i32 2022-01-22 18:59:12 +00:00
examples Add more bindings, add push to Lua trait 2022-01-22 17:30:04 +00:00
gmod Lua functions can now return Result, Option<NonZeroI32>, () or i32 2022-01-22 18:59:12 +00:00
gmod-macros Lua functions can now return Result, Option<NonZeroI32>, () or i32 2022-01-22 18:59:12 +00:00
tests Add support for full userdata with proper dropping support 2021-10-23 20:05:52 +01:00
.editorconfig Initial commit 2021-09-09 21:50:58 +01:00
.gitignore Add support for full userdata with proper dropping support 2021-10-23 20:05:52 +01:00
Cargo.lock Lua functions can now return Result, Option<NonZeroI32>, () or i32 2022-01-22 18:59:12 +00:00
Cargo.toml Move example -> examples 2021-12-30 18:22:15 +00:00
LICENSE Initial commit 2021-09-09 21:50:58 +01:00
README.md Move example -> examples 2021-12-30 18:22:15 +00:00
rust-toolchain.toml Initial commit 2021-09-09 21:50:58 +01:00

README.md

crates.io

docs.rs

⚙ gmod-rs

A swiss army knife for creating binary modules for Garry's Mod in Rust.

Examples

Click here to see examples.