rhai/src
2020-09-25 20:24:03 +08:00
..
module Wrap file module functions in ErrorInModule. 2020-09-25 20:24:03 +08:00
packages Add reverse function to arrays. 2020-09-24 10:51:21 +08:00
serde Fix serde doc test. 2020-08-06 22:47:10 +08:00
any.rs Use take_string for &str and String parameters. 2020-09-20 14:23:14 +08:00
api.rs New FileModuleResolver. 2020-09-24 22:50:28 +08:00
engine.rs Disallow registering indexers for arrays, maps and strings. 2020-09-22 17:57:56 +08:00
error.rs Implement closures. 2020-08-03 12:10:20 +08:00
fn_args.rs Avoid warnings. 2020-07-26 15:53:22 +08:00
fn_call.rs Fix function calls. 2020-09-25 19:07:24 +08:00
fn_func.rs Expand packages and raw Engine write-up. 2020-08-23 17:22:39 +08:00
fn_native.rs Fix bug with plugin method call detection. 2020-08-19 12:50:23 +08:00
fn_register.rs Fix doc test. 2020-09-20 10:51:37 +08:00
lib.rs Refactor module.rs into files structure. 2020-09-25 10:59:21 +08:00
optimize.rs Fix no_function build. 2020-09-24 23:32:54 +08:00
parser.rs New FileModuleResolver. 2020-09-24 22:50:28 +08:00
plugin.rs Remove Position parameter from plugin call function. 2020-09-20 10:51:37 +08:00
result.rs Wrap file module functions in ErrorInModule. 2020-09-25 20:24:03 +08:00
scope.rs Fix sync feature. 2020-08-08 17:04:21 +08:00
settings.rs Use combine_flatten for plugin modules. 2020-08-21 21:48:45 +08:00
stdlib.rs Fix all features. 2020-07-13 19:38:50 +08:00
syntax.rs Unbox error return for Engine::register_custom_syntax. 2020-08-05 10:00:20 +08:00
token.rs Enable dots on numbers to parse as method calls. 2020-09-23 22:48:28 +08:00
unsafe.rs Move function calling to separate source file. 2020-07-23 18:40:42 +08:00
utils.rs Rename calc_fn_spec to calc_fn_hash. 2020-09-11 22:24:44 +08:00