luajit-bindings 0.2.0

Minimal Rust bindings to LuaJIT.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.once_cell]
version = "1.15"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Riccardo Mazzarini <riccardo.mazzarini@pm.me>"]
description = "Minimal Rust bindings to LuaJIT."
edition = "2021"
license = "MIT"
name = "luajit-bindings"
repository = "https://github.com/noib3/nvim-oxi"
resolver = "1"
version = "0.2.0"