lua-types 0.4.1

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.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b813d410af1598b01fa1e994b4de2f44a99725d63df368a55a86abb954bf5b"

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