Docs.rs
lua-shared-0.1.0
lua-shared 0.1.0
Permalink
Docs.rs crate page
WTFPL
Links
Repository
crates.io
Source
Owners
IVogel
Dependencies
Versions
63.39%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
lua_
shared
0.1.0
Macros
cstr
getglobal
pop
setglobal
upvalueindex
Enums
LError
LoadMode
Status
Statics
ENVIRONINDEX
GLOBALSINDEX
REGISTRYINDEX
Functions
Largerror
Lcheckany
Lcheckinteger
Lchecklstring
Lchecknumber
Lcheckstack
Lchecktype
Lcheckudata
Lerror
Lloadbufferx
Lnewmetatable
Lopenlibs
Loptinteger
Loptlstring
Loptnumber
Lpush_where
call
checkstack
close
createtable
dump
equal
error
get_type
getfenv
getfield
getmetatable
gettable
gettop
insert
iscfunction
isnumber
isstring
isuserdata
lessthan
loadx
newstate
newthread
newuserdata
objlen
open_base
open_bit
open_debug
open_jit
open_math
open_os
open_package
open_string
open_table
pcall
pushboolean
pushcclosure
pushfunction
pushinteger
pushlightuserdata
pushlstring
pushnil
pushnumber
pushstring
pushthread
pushvalue
rawequal
rawget
rawgeti
rawset
rawseti
remove
replace
setfenv
setfield
setmetatable
settable
settop
toboolean
tocfunction
tointeger
tolstring
tonumber
topointer
tothread
touserdata
typename
Type Aliases
Result
lua_CFunction
lua_Reader
lua_State
lua_Writer
lua_shared
Macro
cstr
Copy item path
Settings
Help
Summary
Source
macro_rules! cstr { ($str:expr) => { ... }; }