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](src/) or use `cargo doc` to read the documentation.