Restructure code base.
This commit is contained in:
8
src/types/mod.rs
Normal file
8
src/types/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
//! Module defining Rhai data types.
|
||||
|
||||
pub mod dynamic;
|
||||
pub mod error;
|
||||
pub mod fn_ptr;
|
||||
pub mod immutable_string;
|
||||
pub mod parse_error;
|
||||
pub mod scope;
|
Reference in New Issue
Block a user