Skip to main content

wowlab_test_support/
lib.rs

1//! Shared, dependency-light test matchers and assertion helpers.
2
3mod batch;
4mod float;
5
6pub use float::{TOL, near_tol, slice_near};