1
2
3
4
5
6
7

extern crate td_rlua;
use td_rlua::lua_State;

extern "C" {
    pub fn luaopen_cjson(L : *mut lua_State);
}