luah 0.0.2

An unofficial lua impl by HydroRoll-Team.
Documentation
[dependencies.pyo3]
features = ["abi3-py39"]
version = "0.19.2"

[dependencies.time]
features = ["formatting", "macros", "local-offset"]
version = "0.3.36"

[lib]
crate-type = ["cdylib"]
name = "luah"
path = "src/lib.rs"

[package]
authors = ["HsiangNianian <i@jyunko.cn>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An unofficial lua impl by HydroRoll-Team."
documentation = "https://luah.hydroroll.team/"
edition = "2021"
homepage = "https://hydroroll.team/"
license = "AGPL-3.0-or-later"
name = "luah"
readme = false
repository = "https://github.com/HydroRoll-Team/luah"
version = "0.0.2"