wren-sys 0.1.6

low-level bindings to the Wren (https://github.com/munificent/wren) programming language
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# `wren-sys`

low-level interface to the [wren](https://github.com/munificent/wren)
programming language for [Rust](https://github.com/rust-lang/rust)

Allows embedding a `wren` interpreter into your Rust application.

## Use

To build it, do the following:

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