rglua 3.0.0

Toolkit for garrysmod development with the source sdk and luajit api
Documentation
1
2
3
4
5
6
7
8
pub use crate::lua::*;
pub use crate::types::{LuaCFunction, LuaInteger, LuaNumber, LuaState, LuaString};
pub use crate::userdata::{Angle, Vector};

pub use crate::util::dump_stack;
pub use crate::{cstr, iface, printgm, reg, rstr, try_cstr, try_rstr};

pub use rglua_macros::{gmod_close, gmod_open, lua_function};