llua 0.1.0

Low level bindings to Lua5.4
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "std")]
pub mod std;

pub fn init_global(s: &crate::State) {
    #[cfg(feature = "std")]
    std::init_global(s);
}