luao3 0.1.2

Lua bindings for Rust, oriented around macros. Lossly inspired by pyo3, but based on mlua.
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]
#![deny(missing_docs)]

pub mod parse_helpers;
pub mod prelude;
pub mod tostring;

pub use luao3_macros::*;