rhai/src
2021-11-28 12:41:33 +08:00
..
api Fix builds. 2021-11-27 23:29:32 +08:00
bin Reduce usage of Default::default() to make it easier to refactor. 2021-11-07 18:12:37 +08:00
func Deprecate NativeCallContext::new 2021-11-28 12:41:33 +08:00
module Move more &str to AsRef<str> 2021-11-28 12:41:20 +08:00
packages Fix feature builds. 2021-11-27 23:20:05 +08:00
serde Make some new functions const. 2021-11-25 17:09:00 +08:00
types Add FnPtr::call. 2021-11-27 16:28:34 +08:00
ast.rs Remove no_smartstring feature. 2021-11-27 14:24:36 +08:00
custom_syntax.rs Restructure code base. 2021-11-13 22:36:23 +08:00
engine.rs Use AsRef<str> for more flexible API. 2021-11-27 23:04:45 +08:00
lib.rs Fix feature builds. 2021-11-27 23:20:05 +08:00
optimizer.rs Fix test. 2021-11-28 10:49:48 +08:00
parser.rs Fix test. 2021-11-28 10:49:48 +08:00
tests.rs Remove no_smartstring feature. 2021-11-27 14:24:36 +08:00
tokenizer.rs Move more &str to AsRef<str> 2021-11-28 12:41:20 +08:00
unsafe.rs Use #[inline(always)] only when relatively certain. 2021-10-21 17:26:43 +08:00