wren-sys 0.1.7

low-level bindings to the Wren (https://github.com/munificent/wren) programming language
docs.rs failed to build wren-sys-0.1.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: wren-sys-0.2.5

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