1//! Rule loading and orchestration. 2 3pub mod legalese; 4pub mod loader; 5#[cfg(test)] 6mod loader_test; 7pub mod thresholds; 8 9pub use loader::*;