rhai 0.19.14

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

let x = 78;
print(x);