mlua-lspec 0.1.0

BDD test framework for Lua on mlua — lust-based describe/it/expect with spy/stub/mock
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mlua-lspec"
version = "0.1.0"
edition = "2021"
rust-version = "1.77"
description = "BDD test framework for Lua on mlua — lust-based describe/it/expect with spy/stub/mock"
authors = ["Yutaka Nishimura"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/mlua-lspec"
keywords = ["lua", "testing", "bdd", "mlua"]
categories = ["development-tools::testing"]

[dependencies]
mlua = { version = "0.11", features = ["lua54", "vendored", "send"] }