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
Type Aliases
In mlua_
sys::
luau
mlua_sys
::
luau
Module
lauxlib
Copy item path
Source
Available on
crate feature
luau
only.
Expand description
Contains definitions from
lualib.h
.
Structs
§
luaL_
Reg
luaL_
Strbuf
Constants
§
LUA_
BUFFERSIZE
Buffer size used for on-stack string operations. This limit depends on native stack size.
Functions
§
luaL_
addchar
⚠
luaL_
addlstring
⚠
luaL_
addstring
⚠
luaL_
addvalue
⚠
luaL_
addvalueany
⚠
luaL_
argcheck
⚠
luaL_
argerror
⚠
luaL_
argexpected
⚠
luaL_
buffinit
⚠
luaL_
buffinitsize
⚠
luaL_
callmeta
⚠
luaL_
checkany
⚠
luaL_
checkboolean
⚠
luaL_
checkbuffer
⚠
luaL_
checkinteger
⚠
luaL_
checklstring
⚠
luaL_
checknumber
⚠
luaL_
checkoption
⚠
luaL_
checkstack_
⚠
luaL_
checkstring
⚠
luaL_
checktype
⚠
luaL_
checkudata
⚠
luaL_
checkunsigned
⚠
luaL_
checkvector
⚠
luaL_
error
⚠
luaL_
getmetafield_
⚠
luaL_
getmetatable
⚠
luaL_
newmetatable_
⚠
luaL_
newstate
⚠
luaL_
optboolean
⚠
luaL_
optinteger
⚠
luaL_
optlstring
⚠
luaL_
optnumber
⚠
luaL_
optstring
⚠
luaL_
optunsigned
⚠
luaL_
optvector
⚠
luaL_
prepbuffsize
⚠
luaL_
pushresult
⚠
luaL_
pushresultsize
⚠
luaL_
ref
⚠
luaL_
register
⚠
luaL_
sandbox
⚠
luaL_
sandbox_
⚠
luaL_
sandboxthread
⚠
luaL_
tolstring_
⚠
luaL_
typeerror
⚠
luaL_
typename
⚠
luaL_
unref
⚠
luaL_
where
⚠
Type Aliases
§
luaL_
Buffer