rhai 1.3.0

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

let x = 78;

print(x);