llua 0.1.0

Low level bindings to Lua5.4
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14

llua is a rust binding for lua(5.4), which provides some lower-layer API

## Features

- Serialization (serde) support
- Rust **nostd** support
- Not all is safe, but the binding is efficient
- Ergonomic binding for functions and userdata methods
- Builtin bindings to rust standard library

## Credits

- [rust-lua53]https://github.com/jcmoyer/rust-lua53 provides the earliest basic binding