1
1
# mlua
2
2
[ ![ Build Status]] [ github-actions ] [ ![ Latest Version]] [ crates.io ] [ ![ API Documentation]] [ docs.rs ] [ ![ Coverage Status]] [ codecov.io ] ![ MSRV]
3
3
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
6
6
[ Latest Version ] : https://img.shields.io/crates/v/mlua.svg
7
7
[ crates.io ] : https://crates.io/crates/mlua
8
8
[ API Documentation ] : https://docs.rs/mlua/badge.svg
21
21
22
22
> ** Note**
23
23
>
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 ) .
25
25
26
26
` mlua ` is bindings to [ Lua] ( https://www.lua.org ) programming language for Rust with a goal to provide
27
27
_ 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
32
32
33
33
WebAssembly (WASM) is supported through ` wasm32-unknown-emscripten ` target for all Lua versions excluding JIT.
34
34
35
- [ GitHub Actions ] : https://github.com/khvzak /mlua/actions
35
+ [ GitHub Actions ] : https://github.com/mlua-rs /mlua/actions
36
36
[ Luau ] : https://luau.org
37
37
38
38
## Usage
@@ -67,8 +67,8 @@ Below is a list of the available feature flags. By default `mlua` does not enabl
67
67
[ 5.1 ] : https://www.lua.org/manual/5.1/manual.html
68
68
[ LuaJIT ] : https://luajit.org/
69
69
[ 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
72
72
[ tokio ] : https://github.com/tokio-rs/tokio
73
73
[ async-std ] : https://github.com/async-rs/async-std
74
74
[ `Send` ] : https://doc.rust-lang.org/std/marker/trait.Send.html
0 commit comments