lua-coro 0.0.14

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
17
[package]
name = "lua-coro"
version.workspace = true
description.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true

# This crate currently has no unsafe implementation. Raise the budget in
# harness/unsafe-budgets.toml only if a future stackful backend lands.
[lints.rust]
unsafe_code = "forbid"

[dependencies]
lua-types.workspace = true