Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 409 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 409 Bytes

Higher level Rust-Lua wrapper

This project (at an early stage) aims to provide a higher-level, safe (in the Rust sense) interface to Lua from Rust, on top of the rust-lua53 crate.

Suggestions/issues/questions/improvements welcome.

The initial focus is on wrapping Rust types and functions more conveniently and safely to expose to Lua.