wrenlet

Crates.iowrenlet
lib.rswrenlet
version0.1.1
created_at2025-09-17 06:23:03.644927+00
updated_at2025-11-04 00:12:15.966706+00
descriptionSafe bindings to the `Wren` scripting language.
homepage
repositoryhttps://github.com/cbrownsey/wrenlet
max_upload_size
id1842811
size28,431
C. Brownsey (cbrownsey)

documentation

README

Wrenlet is a set of rust bindings around the scripting language Wren, with the goal of providing safe and easy to use bindings.

Features

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.

Commit count: 10

cargo fmt