| Crates.io | wrenlet |
| lib.rs | wrenlet |
| version | 0.1.1 |
| created_at | 2025-09-17 06:23:03.644927+00 |
| updated_at | 2025-11-04 00:12:15.966706+00 |
| description | Safe bindings to the `Wren` scripting language. |
| homepage | |
| repository | https://github.com/cbrownsey/wrenlet |
| max_upload_size | |
| id | 1842811 |
| size | 28,431 |
Wrenlet is a set of rust bindings around the scripting language Wren, with the goal of providing safe and easy to use bindings.
wrenlet is currently a rather barebones library. As of this moment, it
only supports Wren v0.4.0, and even then, it does not support all the
features of the C implementation.
Primarily, foreign methods and classes are not implemented, although this
is a high priority. Additionally, wrenlet only supports passing or
returning immutable or non-reference types.