wren_rust 0.1.3

Bindings to the Wren scripting language API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
libc = "0.2"

[dev-dependencies]
lazy_static = "0.2"

[package]
authors = ["Calvin Ikenberry"]
build = "build.rs"
description = "Bindings to the Wren scripting language API"
documentation = "https://docs.rs/wren_rust"
keywords = ["wren", "bindings", "wrapper"]
license = "MIT"
name = "wren_rust"
readme = "README.md"
repository = "https://github.com/calviken/wren-rust"
version = "0.1.3"