Crate lunka

source ·
Expand description

#![no_std] bindings to Lua 5.4.

Modules§

  • Definitions for FFI.
  • Guide for handling Lua errors.
  • Prelude that re-exports useful things, but prepends Lua or lua_ to them to prevent name clashes.

Macros§

Structs§

Enums§

  • Lua garbage collection mode setup information.

Functions§

  • Panic function that’s similar to the panic function defined in lauxlib.h.