gmodx 0.1.0

A swiss army knife for creating binary modules for Garry's Mod in Rust
Documentation
1
2
3
4
5
6
7
8
pub mod lua;
pub mod lua_shared;
mod macros;
pub mod open_close;

pub use gmodx_macros::*;

pub use inventory;