Crates.io | lua-kit |
lib.rs | lua-kit |
version | 0.1.0 |
source | src |
created_at | 2015-08-27 22:14:28.840245 |
updated_at | 2015-12-11 23:54:10.497015 |
description | Toolkit for working with Lua bytecode |
homepage | |
repository | https://github.com/SpaceManiac/lua-kit |
max_upload_size | |
id | 2937 |
size | 18,353 |
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.