luajit 0.1.1

Rust crate for calling LuaJIT from Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.libc]
version = "0.2.32"

[package]
authors = ["Dreae <dreae@dreae.onl>"]
build = "build.rs"
description = "Rust crate for calling LuaJIT from Rust"
documentation = "https://dreae.gitlab.io/luajit-rs/luajit/"
keywords = ["luajit", "lua"]
license = "MIT"
name = "luajit"
readme = "README.md"
repository = "https://gitlab.com/Dreae/luajit-rs"
version = "0.1.1"