rhai 0.3.0

Embedded scripting for Rust
Documentation
1
2
3
4
5
fn bob() {
    3
}

print(bob())