ruwren 0.2.8

Rusty bindings to Wren programming language
Documentation

Ruwren: Wren bindings for Rust Crates.io badge

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