lua-vm 0.3.5

omniLua's bytecode virtual machine and interpreter loop — internal crate; depend on `omnilua`.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

[[package]]
name = "lua-types"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8695b1f866fb74f036538d79523002173d5848d90ad705ca47761091e324e7b5"
dependencies = [
 "lua-gc",
]

[[package]]
name = "lua-vm"
version = "0.3.5"
dependencies = [
 "lua-gc",
 "lua-types",
]