lua-types 0.0.8

Lua 5.4 runtime port in Rust with an AI-assisted C-to-Rust porting harness.
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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4bee52dc465b9303bde3e6cb9e5e4be72fc99ebf2e84f01d496677fa5c2af9a"

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