1 unstable release

Uses old Rust 2015

0.1.0 Aug 27, 2015

#15 in #lua53

MIT license

18KB
380 lines

lua-kit

Lua-kit is a Rust library for working with serialized Lua 5.3 functions and bytecode. It includes structs for representing Lua bytecode structures and functions for converting these structures to and from Lua bytecode files.

For more specifics, browse the source or use cargo doc to read the documentation.


lib.rs:

Toolkit for working with serialized Lua functions and bytecode.

Synced to Lua 5.3.

Dependencies

~205KB