db/herodb/src/rhaiengine/mod.rs
2025-04-19 18:57:09 +02:00

7 lines
186 B
Rust

//! Rhai Engine module for scripting support
//!
//! This module provides integration with the Rhai scripting language.
// Re-export the engine module
pub mod engine;
pub use engine::*;