rhai/src/config/mod.rs

5 lines
72 B
Rust
Raw Normal View History

2022-10-31 16:59:07 +01:00
//! Contains Configuration for Rhai.
2022-11-01 13:25:45 +01:00
pub mod hashing;
mod hashing_env;