gmod-rs fork
Go to file
Joshua Piper 9dbf2d4688 docs: Add printing to console example. 2021-12-10 13:14:40 +00:00
example docs: Add printing to console example. 2021-12-10 13:14:40 +00:00
gmod Add `is_client` and `is_server` 2021-12-09 19:50:46 +00:00
gmod-macros Add method of overriding stdout to client console for gmcl modules 2021-12-09 19:32:56 +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 Add `is_client` and `is_server` 2021-12-09 19:50:46 +00:00
Cargo.toml Add an example 2021-11-23 18:45:02 +00:00
LICENSE Initial commit 2021-09-09 21:50:58 +01:00
README.md Add an example 2021-11-23 18:45:02 +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.

Example

Click here to see an example.