//! 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;