summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2021-10-12Update examples: async_http_client/async_http_server/async_tcp_serverAlex Orlenko
2021-10-11Add `target.aarch64-apple-darwin` conf to module examplesAlex Orlenko
2021-06-21Add userdata exampleAlex Orlenko
2021-06-19Update examples to include `chunk!` macroAlex Orlenko
2021-06-13Improve module mode:Alex Orlenko
2021-06-03Update examplesAlex Orlenko
2021-05-18Allow multiple entrypoints in a single module share the same Lua state.Alex Orlenko
2021-04-27Remove Result from lua.null() and lua.array_metatable(). They never fail.Alex Orlenko
2021-01-20Update tokio to 1.0 for async examplesAlex Orlenko
2020-12-29Re-export mlua_deriveAlex Orlenko
2020-12-29Add serialization example & update othersAlex Orlenko
2020-12-28Add `reqwest` http client example to fetch jsonAlex Orlenko
2020-06-07Add test to check loading module from lua coroutine (thread)Alex Orlenko
2020-06-07New `module` featureAlex Orlenko
2020-05-15Add async http server exampleAlex Orlenko
2020-05-11Add Send capability to LuaAlex Orlenko
2020-05-11Bind Futures lifetimes to 'lua rather than 'static.Alex Orlenko
2020-04-19Update examplesAlex Orlenko
2020-04-17Update READMEAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2019-11-04Fix examples and docsAlex Orlenko
2018-10-01Allow non-utf8 Lua source in load / exec / evalkyren
2018-10-01Whoops, misplaced assertkyren
2018-10-01Some more minor guided tour updateskyren
2018-10-01Update comments in guided tour for recent additionskyren
2018-09-24Upgrade rustyline to 2.0 to avoid confusionkyren
2018-09-16Move integration tests into top-level tests directorykyren
2018-09-04Initial design for non-'static scoped userdatakyren
2018-05-02Fix #78kyren
2018-02-10Change changelog, readme, examples, Cargo.toml for 0.12 releasekyren
2017-12-03I believe this is all the external API changes necessary for 'm' safetykyren
2017-10-23auto-formattingkyren
2017-08-03autoformattingkyren
2017-08-02Merge pull request #34 from jonas-schievink/better-errorkyren
2017-08-02Fix multiline inputsJonas Schievink
2017-08-02Use rustyline for the REPLJonas Schievink
2017-08-01Merge IncompleteStatement into SyntaxErrorJonas Schievink
2017-08-01Replace _: () with () everywherekyren
2017-08-01Fix references to hlists in documentation, improve? Variadic usabilitykyren
2017-07-31Remove the rest of the uses of pack / unpackkyren
2017-07-31Two major API changes to start with:kyren
2017-07-23Rename `LuaString` to `String`Jonas Schievink
2017-07-23Remove the `Lua*` prefix from most typesJonas Schievink
2017-07-19Add back explanatory comment about trying "return <expr>" before statementkyren
2017-07-16Give `Lua::eval` a source name param and simplifyJonas Schievink
2017-06-25Update README, small example changes.kyren
2017-06-25Another major API change, out of stack space is not an Errkyren
2017-06-25Simplification of error typeskyren
2017-06-24Lots of LuaError changeskyren
2017-06-24Big API incompatible error change, remove dependency on error_chainkyren