api.rs
|
Anticipate number of functions to be registered.
|
2020-04-19 13:40:11 +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_func.rs
|
Remove lifetime from Engine.
|
2020-04-16 23:31:48 +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 |