ruwren-0.2.18 has been yanked.
Ruwren: Wren bindings for Rust

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