lua-types 0.3.0

omniLua's core Lua value and error types — internal crate; depend on `omnilua`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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