mlua/examples
Jonas Schievink de0f3dc3c0 Rename Lua::load to Lua::exec
When talking about "loading" Lua code, it usually means compiling a
chunk of code into a runnable Lua function, but without actually
running it. This makes that clear.
2017-06-18 14:31:38 +02:00
..
examples.rs Rename Lua::load to Lua::exec 2017-06-18 14:31:38 +02:00
repl.rs Allow multiline input in the REPL example 2017-06-17 14:43:05 +02:00