lua-kit 0.1.0

Toolkit for working with Lua bytecode
Documentation
  • Coverage
  • 54.37%
    56 out of 103 items documented0 out of 14 items with examples
  • Size
  • Source code size: 18.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • SpaceManiac/lua-kit
    3 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SpaceManiac

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.