1 2 3 4 5 6
//! Shared utility helpers. pub mod error; pub(crate) mod math; pub use error::{CorrMatchError, CorrMatchResult};