rhai/examples
2020-12-25 16:08:56 +08:00
..
arrays_and_structs.rs Update docs. 2020-10-19 14:26:15 +08:00
custom_types_and_methods.rs Update docs. 2020-10-19 14:26:15 +08:00
hello.rs Use Engine::new(). 2020-10-07 15:52:24 +08:00
README.md Add README's. 2020-10-07 22:56:21 +08:00
reuse_scope.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
rhai-repl.rs Change rhai_runner and repl to rhai-run and rhai-repl. 2020-12-25 16:08:56 +08:00
rhai-run.rs Change rhai_runner and repl to rhai-run and rhai-repl. 2020-12-25 16:08:56 +08:00
serde.rs Fix serde example. 2020-10-10 15:06:59 +08:00
simple_fn.rs Revise examples. 2020-10-07 15:55:45 +08:00
strings.rs Revise examples. 2020-10-07 15:55:45 +08:00

Sample Applications

Sample applications written in Rhai.

How to Run

cargo run --example sample_app_to_run