Merge pull request #1645 from milgrim/patch-1

Update README.md to add mlua
pull/1646/head
Tom Parker-Shemilt 4 months ago committed by GitHub
commit d5c9f944da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save