ezlua 0.1.1

Ergonomic, efficient and Zero-cost rust bindings to Lua5.4
Documentation
ezlua-0.1.1 has been yanked.

Ergonomic, efficient and Zero-cost rust bindings to Lua5.4

Features

  • Serialization (serde) support
  • Async function bindings support
  • Ergonomic binding for functions and userdata methods
  • Ergonomic stack values operation, you don't need to pay attention to the stack details
  • Efficient: no auxiliary stack, reference type conversion support
  • Builtin bindings to rust standard library
  • Mutilple thread support
  • nostd support

Limits

  • Nightly rust compiler needed (1.70+)
  • Only support lua5.4 currently

Examples

See builtin bindings tests