Docs.rs
  • mlua-sys-0.8.3
    • mlua-sys 0.8.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • khvzak
    • Dependencies
      • cc ^1.0 build
      • cfg-if ^1.0 build
      • lua-src >=548.1.0, <548.2.0 build optional
      • luajit-src >=210.6.0, <210.7.0 build optional
      • luau0-src ^0.15.4 build optional
      • pkg-config ^0.3.17 build
    • Versions
    • 5.35% of the crate is documented
  • 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_sys0.8.3

Module lauxlib

Module Items

  • Structs
  • Constants
  • Functions
  • Type Aliases

In mlua_sys::luau

mlua_sys::luau

Module lauxlib

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_callyieldable⚠
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_findtable⚠
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