Docs.rs
lua-rs-0.0.9
lua-rs 0.0.9
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ahmedcharles
Dependencies
libc ^0.2.42
normal
version-sync ^0.5.0
dev
cc ^1.0.18
build
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module lua
Structs
Constants
Functions
Type Definitions
?
Module
lua_rs
::
ffi
::
lua
source
·
[
−
]
Structs
lua_Debug
Constants
LUA_AUTHORS
LUA_COPYRIGHT
LUA_ERRERR
LUA_ERRGCMM
LUA_ERRMEM
LUA_ERRRUN
LUA_ERRSYNTAX
LUA_GCCOLLECT
LUA_GCCOUNT
LUA_GCCOUNTB
LUA_GCISRUNNING
LUA_GCRESTART
LUA_GCSETPAUSE
LUA_GCSETSTEPMUL
LUA_GCSTEP
LUA_GCSTOP
LUA_HOOKCALL
LUA_HOOKCOUNT
LUA_HOOKLINE
LUA_HOOKRET
LUA_HOOKTAILCALL
LUA_MASKCALL
LUA_MASKCOUNT
LUA_MASKLINE
LUA_MASKRET
LUA_MAXINTEGER
LUA_MININTEGER
LUA_MINSTACK
LUA_MULTRET
LUA_NUMTAGS
LUA_OK
LUA_OPADD
LUA_OPBAND
LUA_OPBNOT
LUA_OPBOR
LUA_OPBXOR
LUA_OPDIV
LUA_OPEQ
LUA_OPIDIV
LUA_OPLE
LUA_OPLT
LUA_OPMOD
LUA_OPMUL
LUA_OPPOW
LUA_OPSHL
LUA_OPSHR
LUA_OPSUB
LUA_OPUNM
LUA_REGISTRYINDEX
LUA_RELEASE
LUA_RIDX_GLOBALS
LUA_RIDX_LAST
LUA_RIDX_MAINTHREAD
LUA_SIGNATURE
LUA_TBOOLEAN
LUA_TFUNCTION
LUA_TLIGHTUSERDATA
LUA_TNIL
LUA_TNONE
LUA_TNUMBER
LUA_TSTRING
LUA_TTABLE
LUA_TTHREAD
LUA_TUSERDATA
LUA_VERSION
LUA_VERSION_MAJOR
LUA_VERSION_MINOR
LUA_VERSION_NUM
LUA_VERSION_RELEASE
LUA_YIELD
Functions
lua_absindex
⚠
lua_arith
⚠
lua_atpanic
⚠
lua_call
⚠
lua_callk
⚠
lua_checkstack
⚠
lua_close
⚠
lua_compare
⚠
lua_concat
⚠
lua_copy
⚠
lua_createtable
⚠
lua_dump
⚠
lua_error
⚠
lua_gc
⚠
lua_getallocf
⚠
lua_getextraspace
⚠
lua_getfield
⚠
lua_getglobal
⚠
lua_gethook
⚠
lua_gethookcount
⚠
lua_gethookmask
⚠
lua_geti
⚠
lua_getinfo
⚠
lua_getlocal
⚠
lua_getmetatable
⚠
lua_getstack
⚠
lua_gettable
⚠
lua_gettop
⚠
lua_getupvalue
⚠
lua_getuservalue
⚠
lua_insert
⚠
lua_isboolean
⚠
lua_iscfunction
⚠
lua_isfunction
⚠
lua_isinteger
⚠
lua_islightuserdata
⚠
lua_isnil
⚠
lua_isnone
⚠
lua_isnoneornil
⚠
lua_isnumber
⚠
lua_isstring
⚠
lua_istable
⚠
lua_isthread
⚠
lua_isuserdata
⚠
lua_isyieldable
⚠
lua_len
⚠
lua_load
⚠
lua_newstate
⚠
lua_newtable
⚠
lua_newthread
⚠
lua_newuserdata
⚠
lua_next
⚠
lua_pcall
⚠
lua_pcallk
⚠
lua_pop
⚠
lua_pushboolean
⚠
lua_pushcclosure
⚠
lua_pushcfunction
⚠
lua_pushfstring
⚠
lua_pushglobaltable
⚠
lua_pushinteger
⚠
lua_pushlightuserdata
⚠
lua_pushliteral
⚠
lua_pushlstring
⚠
lua_pushnil
⚠
lua_pushnumber
⚠
lua_pushstring
⚠
lua_pushthread
⚠
lua_pushvalue
⚠
lua_rawequal
⚠
lua_rawget
⚠
lua_rawgeti
⚠
lua_rawgetp
⚠
lua_rawlen
⚠
lua_rawset
⚠
lua_rawseti
⚠
lua_rawsetp
⚠
lua_register
⚠
lua_remove
⚠
lua_replace
⚠
lua_resume
⚠
lua_rotate
⚠
lua_setallocf
⚠
lua_setfield
⚠
lua_setglobal
⚠
lua_sethook
⚠
lua_seti
⚠
lua_setlocal
⚠
lua_setmetatable
⚠
lua_settable
⚠
lua_settop
⚠
lua_setupvalue
⚠
lua_setuservalue
⚠
lua_status
⚠
lua_stringtonumber
⚠
lua_toboolean
⚠
lua_tocfunction
⚠
lua_tointeger
⚠
lua_tointegerx
⚠
lua_tolstring
⚠
lua_tonumber
⚠
lua_tonumberx
⚠
lua_topointer
⚠
lua_tostring
⚠
lua_tothread
⚠
lua_touserdata
⚠
lua_type
⚠
lua_typename
⚠
lua_upvalueid
⚠
lua_upvalueindex
lua_upvaluejoin
⚠
lua_version
⚠
lua_xmove
⚠
lua_yield
⚠
lua_yieldk
⚠
Type Definitions
lua_Alloc
lua_CFunction
lua_Hook
lua_Integer
lua_KContext
lua_KFunction
lua_Number
lua_Reader
lua_State
lua_Unsigned
lua_Writer