bevy_mod_scripting 0.19.0

Multi language scripting in Bevy
Documentation
1
2
3
fn on_test(){
    return "Hi from Rhai!";
}