wren 0.1.5

Bindings to the Wren scripting language API
Documentation

wren-rust Crates.io Documentation

Rust bindings to the Wren scripting language API.

Crate documentation is somewhat lacking at the moment. For complete documentation on each type and function, refer to wren.h in the official Wren repository.

Wren is still under heavy development. I'll do my best to keep these bindings up-to-date as new features are added. If you notice a missing feature, feel free to create an issue or pull request.

Safety

There currently aren't any safeguards to protect you from doing something potentially unsafe.

In debug builds, Wren makes assertions that prevent undefined behavior, but these are disabled in release builds.