Docs.rs
mlua-sys-0.6.5
mlua-sys 0.6.5
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
khvzak
Dependencies
cc ^1.0
build
cfg-if ^1.0
build
lua-src >=547.0.0, <547.1.0
build
optional
luajit-src >=210.5.0, <210.6.0
build
optional
luau0-src ^0.11.1
build
optional
pkg-config ^0.3.17
build
Versions
5.54%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mlua_
sys
0.6.5
Module lauxlib
Module Items
Structs
Constants
Functions
In mlua_
sys::
lua54
mlua_sys
::
lua54
Module
lauxlib
Copy item path
Source
Available on
crate feature
lua54
only.
Expand description
Contains definitions from
lauxlib.h
.
Structs
§
luaL_
Reg
Constants
§
LUA_
ERRFILE
LUA_
LOADED_
TABLE
LUA_
NOREF
LUA_
PRELOAD_
TABLE
LUA_
REFNIL
Functions
§
luaL_
argcheck
⚠
luaL_
argerror
⚠
luaL_
callmeta
⚠
luaL_
checkany
⚠
luaL_
checkinteger
⚠
luaL_
checklstring
⚠
luaL_
checknumber
⚠
luaL_
checkoption
⚠
luaL_
checkstack
⚠
luaL_
checkstring
⚠
luaL_
checktype
⚠
luaL_
checkudata
⚠
luaL_
checkversion_
⚠
luaL_
dofile
⚠
luaL_
dostring
⚠
luaL_
error
⚠
luaL_
execresult
⚠
luaL_
fileresult
⚠
luaL_
getmetafield
⚠
luaL_
getmetatable
⚠
luaL_
getsubtable
⚠
luaL_
gsub
⚠
luaL_
len
⚠
luaL_
loadbuffer
⚠
luaL_
loadbufferenv
⚠
luaL_
loadbufferx
⚠
luaL_
loadfile
⚠
luaL_
loadfilex
⚠
luaL_
loadstring
⚠
luaL_
newmetatable
⚠
luaL_
newstate
⚠
luaL_
optinteger
⚠
luaL_
optlstring
⚠
luaL_
optnumber
⚠
luaL_
optstring
⚠
luaL_
ref
⚠
luaL_
requiref
⚠
luaL_
setfuncs
⚠
luaL_
setmetatable
⚠
luaL_
testudata
⚠
luaL_
tolstring
⚠
luaL_
traceback
⚠
luaL_
typename
⚠
luaL_
unref
⚠
luaL_
where
⚠