rhai/src/config/mod.rs

5 lines
72 B
Rust

//! Contains Configuration for Rhai.
pub mod hashing;
mod hashing_env;