trim unneeded Lua functions
- Dominant language
- Rust
- Stars
- 147
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
using https://github.com/kyren/rlua/commit/68b90e74b96bc013a73d75f6a2e1163a78b9f903
- [ ] [io library](https://www.lua.org/pil/21.1.html)
- [ ] [math library](https://www.lua.org/pil/18.html)
- [ ] [pattern matching library](https://www.lua.org/pil/20.2.html)
- [ ] `print()` (to use a lower level console output function, instead of [Speakeasy's log library](https://github.com/lunar-transit/log), the log crate bindings are there, see also https://github.com/foundpatterns/torchbear/issues/116 )
- [ ] [debug library](https://www.lua.org/pil/23.html) (the unsafe parts) (done separately unless this new approach would work better)
...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.