1 2 3 4 5 6 7 8 9
#![cfg_attr(coverage_nightly, coverage(off))] // Tools handlers - split for file health (CB-040) include!("core_tools.rs"); include!("extended_tools.rs"); #[cfg(test)] mod tests { // Tests from original file }