lua-bytecode 0.1.0

A lua bytecode parser/encoder for lua5.1 and luau
Documentation
[dependencies]

[features]
lua51 = []
luau = []

[lib]
name = "lua_bytecode"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A lua bytecode parser/encoder for lua5.1 and luau"
edition = "2021"
license = "GPL-3.0-only"
name = "lua-bytecode"
readme = "README.org"
repository = "https://github.com/elde-n/lua-bytecode"
version = "0.1.0"

[[test]]
name = "lua51"
path = "tests/lua51.rs"

[[test]]
name = "luau"
path = "tests/luau.rs"