wren_rust

Crates.iowren_rust
lib.rswren_rust
version0.2.0
sourcesrc
created_at2017-06-17 03:53:50.2762
updated_at2017-06-19 19:37:10.864061
descriptionMoved to https://crates.io/crates/wren
homepage
repositoryhttps://github.com/calviken/wren-rust
max_upload_size
id19272
size4,519,588
StarkNet (github:software-mansion-labs:starknet)

documentation

https://docs.rs/wren_rust

README

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.

Commit count: 0

cargo fmt