Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 275 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 275 Bytes

Rua

Lua 5.4 implementation in Rust

Features

  • Safe Rust API

Compliance with Lua

  • Goto not supported
  • and not supported
  • No binary compatibility
  • Standard library is incomplete
  • Simple mark sweep GC
  • Performance is roughly equal to python