rhai/examples
2021-04-20 12:01:35 +08:00
..
arrays_and_structs.rs Do not unnecessarily use raw strings. 2021-04-20 12:01:35 +08:00
custom_types_and_methods.rs Do not unnecessarily use raw strings. 2021-04-20 12:01:35 +08:00
hello.rs Refine examples. 2021-02-20 23:46:25 +08:00
README.md Move rhai-repl and rhai-doc to bin. 2020-12-29 15:36:42 +08:00
reuse_scope.rs Refine examples. 2021-02-20 23:46:25 +08:00
serde.rs Refine examples. 2021-02-20 23:46:25 +08:00
simple_fn.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
strings.rs Streamline string handling. 2021-03-24 13:17:52 +08:00
threading.rs Revise using string interpolation. 2021-04-04 23:22:45 +08:00

Sample Applications

Sample applications that use the Rhai scripting engine.

How to Run

cargo run --example sample_app_to_run