From bbd5982203e0fdac868194d9c0b7c8b27113bddd Mon Sep 17 00:00:00 2001 From: milgrim Date: Tue, 23 Jan 2024 23:03:25 +0100 Subject: [PATCH] Update README.md to add mlua added mlua --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea8ec4d..74ca06b 100644 --- a/README.md +++ b/README.md @@ -691,6 +691,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * Lua * [jcmoyer/rust-lua53](https://github.com/jcmoyer/rust-lua53) — Lua 5.3 bindings for Rust * [lilyball/rust-lua](https://github.com/lilyball/rust-lua) — Safe Rust bindings to Lua 5.1 + * [mlua-rs/mlua](https://github.com/mlua-rs/mlua) — High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support [![build badge](https://github.com/mlua-rs/mlua/workflows/CI/badge.svg)](https://github.com/mlua-rs/mlua/actions) * [tickbh/td_rlua](https://github.com/tickbh/td_rlua) [[td_rlua](https://crates.io/crates/td_rlua)] — Zero-cost high-level lua 5.3 wrapper for Rust * [tomaka/hlua](https://github.com/tomaka/hlua) — Rust library to interface with Lua * mruby