neko 0.1.0

Rusty bindings to the neko vm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "neko"
version = "0.1.0"
authors = ["BookOwl <stanleybookowl@gmail.com>"]
build = "build.rs"
description = "Rusty bindings to the neko vm"
documentation = "https://docs.rs/neko"
repository = "https://github.com/BookOwl/neko-rs"
readme = "README.md"
keywords = ["neko", "vm"]
categories = ["external-ffi-bindings"]
license = "Unlicense"

[dependencies]

[build-dependencies]
bindgen = "0.20.0"