index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2021-10-12
Update examples: async_http_client/async_http_server/async_tcp_server
Alex Orlenko
2021-10-11
Add `target.aarch64-apple-darwin` conf to module examples
Alex Orlenko
2021-06-21
Add userdata example
Alex Orlenko
2021-06-19
Update examples to include `chunk!` macro
Alex Orlenko
2021-06-13
Improve module mode:
Alex Orlenko
2021-06-03
Update examples
Alex Orlenko
2021-05-18
Allow multiple entrypoints in a single module share the same Lua state.
Alex Orlenko
2021-04-27
Remove Result from lua.null() and lua.array_metatable(). They never fail.
Alex Orlenko
2021-01-20
Update tokio to 1.0 for async examples
Alex Orlenko
2020-12-29
Re-export mlua_derive
Alex Orlenko
2020-12-29
Add serialization example & update others
Alex Orlenko
2020-12-28
Add `reqwest` http client example to fetch json
Alex Orlenko
2020-06-07
Add test to check loading module from lua coroutine (thread)
Alex Orlenko
2020-06-07
New `module` feature
Alex Orlenko
2020-05-15
Add async http server example
Alex Orlenko
2020-05-11
Add Send capability to Lua
Alex Orlenko
2020-05-11
Bind Futures lifetimes to 'lua rather than 'static.
Alex Orlenko
2020-04-19
Update examples
Alex Orlenko
2020-04-17
Update README
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2019-11-04
Fix examples and docs
Alex Orlenko
2018-10-01
Allow non-utf8 Lua source in load / exec / eval
kyren
2018-10-01
Whoops, misplaced assert
kyren
2018-10-01
Some more minor guided tour updates
kyren
2018-10-01
Update comments in guided tour for recent additions
kyren
2018-09-24
Upgrade rustyline to 2.0 to avoid confusion
kyren
2018-09-16
Move integration tests into top-level tests directory
kyren
2018-09-04
Initial design for non-'static scoped userdata
kyren
2018-05-02
Fix #78
kyren
2018-02-10
Change changelog, readme, examples, Cargo.toml for 0.12 release
kyren
2017-12-03
I believe this is all the external API changes necessary for 'm' safety
kyren
2017-10-23
auto-formatting
kyren
2017-08-03
autoformatting
kyren
2017-08-02
Merge pull request #34 from jonas-schievink/better-error
kyren
2017-08-02
Fix multiline inputs
Jonas Schievink
2017-08-02
Use rustyline for the REPL
Jonas Schievink
2017-08-01
Merge IncompleteStatement into SyntaxError
Jonas Schievink
2017-08-01
Replace _: () with () everywhere
kyren
2017-08-01
Fix references to hlists in documentation, improve? Variadic usability
kyren
2017-07-31
Remove the rest of the uses of pack / unpack
kyren
2017-07-31
Two major API changes to start with:
kyren
2017-07-23
Rename `LuaString` to `String`
Jonas Schievink
2017-07-23
Remove the `Lua*` prefix from most types
Jonas Schievink
2017-07-19
Add back explanatory comment about trying "return <expr>" before statement
kyren
2017-07-16
Give `Lua::eval` a source name param and simplify
Jonas Schievink
2017-06-25
Update README, small example changes.
kyren
2017-06-25
Another major API change, out of stack space is not an Err
kyren
2017-06-25
Simplification of error types
kyren
2017-06-24
Lots of LuaError changes
kyren
2017-06-24
Big API incompatible error change, remove dependency on error_chain
kyren
[next]