lunka
Pretty thin bindings to Lua 5.4.
This crate is still a work-in-progress.
Please check the latest documentation here:
Documentation on docs.rs.
Examples
Creating a Lua "C" library:
use c_int;
use *;
unsafe extern "C-unwind"
const LIBRARY: = lua_library! ;
unsafe extern "C-unwind"
For some more examples, check the examples directory in the crate's repository.
They are comprehensive enough for actual usage.