Docs.rs
lua-0.0.10
lua 0.0.10
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jcmoyer
Dependencies
bitflags ^0.1
normal
libc ^0.2.13
normal
gcc ^0.3
build
Versions
8.66%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
0.0.10
lua
Type Alias
Index
Copy item path
Source
pub type Index =
c_int
;
Expand description
Integer type used to index the Lua stack, usually
i32
.