Mikadore
Mikadore
**Is your feature request related to a problem? Please describe.** It's really painful to work with e.g. tokio::tasks with non-send types. **Describe the solution you'd like** Implement send for the...
#### TL;DR I want to add proc macros for deriving `FromLua` & `ToLua`, and something like `lua_function` (akin to [`pyfunction`](https://docs.rs/pyo3/latest/pyo3/attr.pyfunction.html)) to improve writing Lua modules. Maybe more, TBD. I'm prepared...
Given code that tries to brace initialize an `auto` variable with an empty brace, or multiple values (more than one), the compiler crashes with a segmentation fault. Reproducable with the...