mlua/examples
Alex Orlenko e8de2a458a Allow multiple entrypoints in a single module share the same Lua state.
Previously it would initialize different Lua instances.
Fixes #49.
2021-05-18 20:07:34 +01:00
..
module Allow multiple entrypoints in a single module share the same Lua state. 2021-05-18 20:07:34 +01:00
async_http_client.rs Update tokio to 1.0 for async examples 2021-01-20 10:47:27 +00:00
async_http_reqwest.rs Remove Result from lua.null() and lua.array_metatable(). They never fail. 2021-04-27 00:38:13 +01:00
async_http_server.rs Add async http server example 2020-05-15 01:48:57 +01:00
async_tcp_server.rs Update tokio to 1.0 for async examples 2021-01-20 10:47:27 +00:00
guided_tour.rs Add serialization example & update others 2020-12-29 21:39:34 +00:00
repl.rs Fix examples and docs 2019-11-04 22:23:15 +00:00
serialize.rs Remove Result from lua.null() and lua.array_metatable(). They never fail. 2021-04-27 00:38:13 +01:00