11# mlua
22[ ![ Build Status]] [ github-actions ] [ ![ Latest Version]] [ crates.io ] [ ![ API Documentation]] [ docs.rs ] [ ![ Coverage Status]] [ codecov.io ] ![ MSRV]
33
4- [ Build Status ] : https://github.com/khvzak /mlua/workflows/CI/badge.svg
5- [ github-actions ] : https://github.com/khvzak /mlua/actions
4+ [ Build Status ] : https://github.com/mlua-rs /mlua/workflows/CI/badge.svg
5+ [ github-actions ] : https://github.com/mlua-rs /mlua/actions
66[ Latest Version ] : https://img.shields.io/crates/v/mlua.svg
77[ crates.io ] : https://crates.io/crates/mlua
88[ API Documentation ] : https://docs.rs/mlua/badge.svg
2121
2222> ** Note**
2323>
24- > See v0.10 [ release notes] ( https://github.com/khvzak /mlua/blob/main/docs/release_notes/v0.10.md ) .
24+ > See v0.10 [ release notes] ( https://github.com/mlua-rs /mlua/blob/main/docs/release_notes/v0.10.md ) .
2525
2626` mlua ` is bindings to [ Lua] ( https://www.lua.org ) programming language for Rust with a goal to provide
2727_ safe_ (as far as it's possible), high level, easy to use, practical and flexible API.
@@ -32,7 +32,7 @@ Started as `rlua` fork, `mlua` supports Lua 5.4, 5.3, 5.2, 5.1 (including LuaJIT
3232
3333WebAssembly (WASM) is supported through ` wasm32-unknown-emscripten ` target for all Lua versions excluding JIT.
3434
35- [ GitHub Actions ] : https://github.com/khvzak /mlua/actions
35+ [ GitHub Actions ] : https://github.com/mlua-rs /mlua/actions
3636[ Luau ] : https://luau.org
3737
3838## Usage
@@ -67,8 +67,8 @@ Below is a list of the available feature flags. By default `mlua` does not enabl
6767[ 5.1 ] : https://www.lua.org/manual/5.1/manual.html
6868[ LuaJIT ] : https://luajit.org/
6969[ Luau ] : https://github.com/luau-lang/luau
70- [ lua-src ] : https://github.com/khvzak /lua-src-rs
71- [ luajit-src ] : https://github.com/khvzak /luajit-src-rs
70+ [ lua-src ] : https://github.com/mlua-rs /lua-src-rs
71+ [ luajit-src ] : https://github.com/mlua-rs /luajit-src-rs
7272[ tokio ] : https://github.com/tokio-rs/tokio
7373[ async-std ] : https://github.com/async-rs/async-std
7474[ `Send` ] : https://doc.rust-lang.org/std/marker/trait.Send.html
0 commit comments