wren-sys 0.1.9

low-level bindings to the Wren (https://github.com/munificent/wren) programming language
Documentation

wren-sys

low-level interface to the wren programming language for Rust

Allows embedding a wren interpreter into your Rust application.

Use

To build it, do the following:

$ git clone --recursive https://github.com/pwoolcoc/wren-sys
$ cargo build
$ cargo test