Alex Orlenko
|
d9c139b55f
|
Rust 2024
|
2026-01-29 10:33:28 +00:00 |
|
Alex Orlenko
|
9931709ecd
|
Remove explicit lifetime from UserDataMethods and UserDataFields traits.
Pass `'static` arguments to async functions and require `'static` Future.
(in future we can use async closures to make it more elegant).
|
2024-08-23 00:10:29 +01:00 |
|
Alex Orlenko
|
59b14000f3
|
Update hyper examples
|
2024-03-22 00:35:37 +00:00 |
|
19年梦醒
|
849206ef9d
|
update hyper to v1, and add shell command example (#384)
Co-authored-by: Alex Orlenko <zxteam@protonmail.com>
|
2024-03-21 23:06:00 +00:00 |
|
Alex Orlenko
|
9ed0d90746
|
Run tests for wasm32-unknown-emscripten
|
2024-01-06 12:12:56 +00:00 |
|
ByteDream
|
0b9a85e183
|
Add lua emscripten support (#338)
|
2023-12-14 14:54:57 +00:00 |
|
Alex Orlenko
|
9fdba541e9
|
Update UserDataMethods::add_async_method() functions to take &T as second argument instead of cloning T.
New functions: `UserDataMethods::add_async_method_mut()`, `UserDataMethods::add_async_meta_method_mut()`.
|
2023-06-15 00:34:41 +01:00 |
|
Alex Orlenko
|
8339621f9c
|
Rename to_lua_err -> into_lua_err
|
2023-01-06 21:35:15 +00:00 |
|
Alex Orlenko
|
25a4879cde
|
Update examples: async_http_client/async_http_server/async_tcp_server
Make them following best practices and remove `unsafe` code.
|
2021-10-12 11:55:25 +01:00 |
|
Alex Orlenko
|
a208156ed2
|
Update examples to include chunk! macro
|
2021-06-19 14:41:48 +01:00 |
|
Alex Orlenko
|
6c0096d8ac
|
Update examples
|
2021-06-03 23:52:29 +01:00 |
|
Alex Orlenko
|
8de75d1c18
|
Update tokio to 1.0 for async examples
|
2021-01-20 10:47:27 +00:00 |
|
Alex Orlenko
|
afc41ab23c
|
Add serialization example & update others
|
2020-12-29 21:39:34 +00:00 |
|
Alex Orlenko
|
7b0e4b4280
|
Add Send capability to Lua
|
2020-05-11 02:43:34 +01:00 |
|
Alex Orlenko
|
d8897d867b
|
Update examples
|
2020-04-19 01:23:42 +01:00 |
|
Alex Orlenko
|
f7dc9da107
|
Update README
Cargo fmt and minor changes
|
2020-04-17 22:52:34 +01:00 |
|
Alex Orlenko
|
47e8a80c1c
|
v0.3.0-alpha.1 with async support
Squashed commit of the async branch.
|
2020-04-17 22:39:50 +01:00 |
|