add RhaiCustomType trait and build_type method

This commit is contained in:
Tristan Guichaoua
2022-08-08 14:43:06 +02:00
parent 7e3a4a4c52
commit b6937fd21d
3 changed files with 70 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ pub mod custom_syntax;
pub mod deprecated;
pub mod build_type;
#[cfg(feature = "metadata")]
pub mod definitions;