Docs.rs
mlua-sys-0.5.0
mlua-sys 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
khvzak
Dependencies
cc ^1.0
build
cfg-if ^1.0
build
lua-src >=546.0.2, <546.1.0
build
luajit-src >=210.5.0, <210.6.0
build
luau0-src ^0.7.11
build
pkg-config ^0.3.17
build
Versions
5.56%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
mlua_sys
0.5.0
Module lauxlib
Structs
Constants
Functions
In mlua_sys::lua51
?
Module
mlua_sys
::
lua51
::
lauxlib
source
·
[
−
]
Available on
crate features
lua51
or
luajit
only.
Expand description
Contains definitions from
lauxlib.h
.
Structs
luaL_Reg
Constants
LUA_ERRFILE
LUA_NOREF
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_dofile
⚠
luaL_dostring
⚠
luaL_error
⚠
luaL_findtable
⚠
luaL_getmetafield_
⚠
luaL_getmetatable
⚠
luaL_gsub
⚠
luaL_loadbuffer
⚠
luaL_loadfile
⚠
luaL_loadstring
⚠
luaL_newmetatable_
⚠
luaL_newstate
⚠
luaL_optinteger
⚠
luaL_optlstring
⚠
luaL_optnumber
⚠
luaL_optstring
⚠
luaL_ref
⚠
luaL_register
⚠
luaL_typename
⚠
luaL_typerror
⚠
luaL_unref
⚠
luaL_where
⚠