rhai 0.15.0

Embedded scripting for Rust
Documentation
1
2
3
4
print("x should be 78:");

let x = 78;
print(x);