rhai 0.3.0

Embedded scripting for Rust
Documentation
1
2
3
4
5
var a = true;
if (a) {
    var x = 56;
    print(x);
}