ruwren 0.2.18

Rusty bindings to Wren programming language
Documentation
ruwren-0.2.18 has been yanked.

Ruwren: Wren bindings for Rust Crates.io docs.rs

Here is an attempt at making some Rust Wren bindings in a more Rust style. It act pretty low-level still (you do have to deal with the slot / foreign API), but should be

  • Slightly more typesafe than plain C
  • Shouldn't get in the way of quick execution
  • Should be relatively simple to get started