Restructure code base.
This commit is contained in:
10
src/func/mod.rs
Normal file
10
src/func/mod.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
//! Module defining mechanisms to handle function calls in Rhai.
|
||||
|
||||
pub mod args;
|
||||
pub mod builtin;
|
||||
pub mod call;
|
||||
pub mod func;
|
||||
pub mod hashing;
|
||||
pub mod native;
|
||||
pub mod plugin;
|
||||
pub mod register;
|
Reference in New Issue
Block a user