lua-types 0.0.15

A Lua 5.4 interpreter implemented in safe Rust.
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.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4bd6b6bcfd11e3f69a7f190dc484203a69e7e91d989b7d1c60a01860ad0ae3e"

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