1 2 3 4 5 6
//! Safety layer for prompt injection defense. //! //! This module re-exports everything from the `ironclaw_safety` crate, //! keeping `crate::safety::*` imports working throughout the codebase. pub use ironclaw_safety::*;