1 2 3 4 5 6 7 8 9 10
//! Edge case and error condition tests //! //! This module tests edge cases and error conditions across all library APIs //! to ensure robustness in production environments. #[cfg(test)] pub mod edge_cases; #[cfg(test)] pub mod error_conditions;