rhai 0.3.0

Embedded scripting for Rust
Documentation
1
2
3
4
5
fn addme(a, b) {
    a+b
}

print(addme(3, 4))