rhai/src
2020-04-20 12:43:34 +08:00
..
any.rs Add one more level of Boxing for Dynamic::Variant to reduce size. 2020-04-18 12:36:10 +08:00
api.rs Avoid an allocation in each function registration. 2020-04-20 12:43:34 +08:00
builtin.rs Remove lifetime from Engine. 2020-04-16 23:31:48 +08:00
engine.rs Reshuffle code sections. 2020-04-19 18:33:02 +08:00
error.rs Box errors to reduce return type footprint. 2020-04-18 00:14:33 +08:00
fn_call.rs Split tokenizer into separate file, plus fix no_std feature. 2020-04-15 22:21:23 +08:00
fn_func.rs Remove lifetime from Engine. 2020-04-16 23:31:48 +08:00
fn_register.rs Avoid an allocation in each function registration. 2020-04-20 12:43:34 +08:00
lib.rs Split tokenizer into separate file, plus fix no_std feature. 2020-04-15 22:21:23 +08:00
optimize.rs Anticipate number of functions to be registered. 2020-04-19 13:40:11 +08:00
parser.rs Reduce size of Dynamic by boxing large types. 2020-04-18 11:10:03 +08:00
result.rs Box errors to reduce return type footprint. 2020-04-18 00:14:33 +08:00
scope.rs Make FunctionsLib a HashMap. 2020-04-16 23:58:57 +08:00
stdlib.rs Split tokenizer into separate file, plus fix no_std feature. 2020-04-15 22:21:23 +08:00
token.rs Reduce size of Position by limiting resolution to 16 bits. 2020-04-20 11:08:54 +08:00