lua-decompile 0.1.0

a lua bytecode decompiler library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"

[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
 "either",
]

[[package]]
name = "lua-bytecode"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2d3190e9ff209773d5c4a78f0bebbcfe0563d23d4f44ad18c9f428a82a7974e"

[[package]]
name = "lua-decompile"
version = "0.1.0"
dependencies = [
 "itertools",
 "lua-bytecode",
]