issues
search
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
Other
1.75k
stars
139
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
server changes p1
#487
CreditWorthy
closed
2 days ago
1
How to use mlua to compile 32-bit lua modules on the Windows 10 platform? Do you have any examples?
#483
Queen-Studio
closed
1 week ago
3
Feature Request: Delay the `register_userdata_type()` callback
#482
sxyazi
opened
1 week ago
6
Segfault in lua_getallocf in MemoryState::get
#479
jedrzejboczar
closed
1 week ago
5
feat(table): improve pretty-printing for simple tables and lists
#478
vhyrro
closed
1 week ago
4
mlua 0.10.0 panicking randomly with "internal error: 1 too many stack values popped"
#477
sxyazi
closed
3 weeks ago
2
Can't `AnyUserData::borrow()` userdata created by `Scope::create_userdata()` in mlua 0.10.0
#476
sxyazi
closed
2 weeks ago
17
`UserDataRef` is no longer working in 0.10.0
#475
sxyazi
closed
3 weeks ago
4
Having trouble with LuaFunction::wrap_raw() in v0.10
#474
alerque
closed
3 weeks ago
6
Make mlua::Error::ExternalError non Send + Sync when send feature is disabled
#473
negrel
closed
1 month ago
3
luaL_sandboxthread Support?
#472
cheesycod
closed
1 month ago
1
dlopen failed: cannot locate symbol "lua_pushboolean" - aarch64-linux-android target
#471
scottmckendry
opened
1 month ago
9
Why you removed impl Rc/Arc types?
#470
persytry
closed
2 weeks ago
3
Making LuaJIT metatables mind their manners
#469
alerque
closed
1 month ago
2
Add try_borrow_mut to UserDataRef
#468
negrel
closed
1 month ago
2
add support for Value::Other in Value::to_pointer
#465
negrel
closed
1 month ago
0
Bizare (cached?) results from os.getenv() on macOS only
#463
alerque
closed
2 weeks ago
2
Using `getmetadata` in Lua on UserData from Rust returns a boolean.
#462
SeanOMik
closed
1 month ago
2
Add IntoLua/FromLua for OsString/OsStr and PathBuf/Path
#459
psentee
closed
1 month ago
0
`print` function behaves different when called using variable
#458
rawhuul
closed
2 months ago
2
Communication of multiple lua states?
#456
earlysun030201
closed
2 months ago
1
Unreusable UserData
#455
earlysun030201
closed
2 months ago
2
Async callbacks in Lua?
#453
earlysun030201
closed
2 months ago
8
Require LuaRocks packages fail on execution
#452
ASoldo
closed
2 months ago
9
Can Lua symbols be exported on Windows?
#451
CppCXY
closed
2 months ago
4
How can I store a UserdataMutRef in rust?
#450
CppCXY
closed
2 months ago
2
Cannot use Chinese in lua file
#449
xphost008
closed
2 months ago
10
Update documentation of traits to match the expected argument name
#447
alerque
closed
2 months ago
1
Using an LPEG grammar, "error converting lua table to userdata"
#446
alerque
closed
3 weeks ago
4
Add a way to setmetatable of builtin types
#445
negrel
closed
2 months ago
2
(0.10-beta) send+module: invoking lua functions from another thread
#443
alemidev
opened
2 months ago
2
Change chunk env to use luau's lua_load env parameter
#442
bjcscat
closed
2 months ago
0
`serde_userdata`: Remove `map_err` to reduce compile time impact
#441
s-nie
closed
3 months ago
0
Separate chunk!'s content
#439
liketoeatcheese
opened
3 months ago
0
Add support for types in `std::num`.
#438
mintlu8
opened
3 months ago
1
Reduce compile time contribution of `next_key_seed` and `next_value_seed`
#436
s-nie
closed
3 months ago
1
require is broken on mlua 0.10
#435
cheesycod
closed
3 months ago
1
futures-util dependency
#433
cheesycod
closed
3 months ago
2
Returning an error in a rust function causes a un-unwindable panic
#431
cheesycod
opened
3 months ago
5
Allow for more customizable Chunk names
#428
federicotdn
closed
3 months ago
2
Added a ToLua derive macro
#427
ArchangelJTW
opened
4 months ago
3
Difficulty deserializing Lua functions with mlua
#426
tickox
closed
4 months ago
6
Link to other mlua projects published to LuaRocks
#425
alerque
closed
4 months ago
1
Suggestions for simplifying module creation
#424
alerque
opened
4 months ago
18
Passing a Lua provided function makes Drop in mlua v0.10 code unwrap()
#423
nospam2624
closed
4 months ago
3
Get `registry_id` from `RegistryKey`
#422
nferhat
closed
5 months ago
3
table.concat expect got "hello"
#421
cppcoffee
closed
5 months ago
2
how to method UserData method self.vars?
#420
cppcoffee
closed
5 months ago
2
How to convert json to `mlua::Value` like `c-json.decode`
#419
cppcoffee
closed
5 months ago
4
Async functions from different modules treated as normal coroutines
#418
csos95
opened
5 months ago
4
Next