luao3 0.1.2

Lua bindings for Rust, oriented around macros. Lossly inspired by pyo3, but based on mlua.
Documentation
1
2
3
4
//! A prelude of commonly used items.
//!
//! This is intended for glob imports, like `use luao3::prelude::*`
pub use luao3_macros::*;