Docs.rs
  • mlua-sys-0.1.0
    • mlua-sys 0.1.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 >=544.0.0, <550.0.0 build
      • luajit-src >=210.4.0, <220.0.0 build
      • luau0-src ^0.5.0 build
      • pkg-config ^0.3.17 build
    • Versions
    • 5.48% 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
logo

logo

Module lualib

  • Constants
  • Functions
?
Change settings

Module mlua_sys::lua52::lualib

source ·
Available on crate feature lua52 only.
Expand description

Contains definitions from lualib.h.

Constants

  • LUA_BITLIBNAME
  • LUA_COLIBNAME
  • LUA_DBLIBNAME
  • LUA_IOLIBNAME
  • LUA_LOADLIBNAME
  • LUA_MATHLIBNAME
  • LUA_OSLIBNAME
  • LUA_STRLIBNAME
  • LUA_TABLIBNAME

Functions

  • luaL_openlibs⚠
  • luaopen_base⚠
  • luaopen_bit32⚠
  • luaopen_coroutine⚠
  • luaopen_debug⚠
  • luaopen_io⚠
  • luaopen_math⚠
  • luaopen_os⚠
  • luaopen_package⚠
  • luaopen_string⚠
  • luaopen_table⚠