rhai/README.md

8 lines
419 B
Markdown
Raw Normal View History

2016-02-29 22:43:45 +01:00
# Rhai - embedded scripting for Rust
Rhai is a simple embedded scripting language for Rust that doesn't use any additional dependencies, unsafe code, or a set of APIs outside of what you provide in your program. This allows you to have rich control over the functionality exposed to the scripting context.
Currently, it's pre-0.1, and is likely to change a bit before it stabilizes enough for a crates.io release.