1 2 3 4 5 6 7 8
//! Vector module tests //! //! Organized into: //! - `unit`: Basic correctness tests (shattered into focused modules) //! - `property_tests`: Property-based tests using proptest mod property_tests; mod unit;