rhai 0.8.2

Embedded scripting for Rust
Documentation
fn addme(a, b) {
    a+b
}

print(addme(3, 4))