//! A small library for composing weighted scoring metrics into score sets.
//!
//! The crate provides:
//! - `NormalizedEval32` / `NormalizedEval64` for combining a measure and normalization map.
//! - `Weighted32` / `Weighted64` for weighting any evaluator.
//! - `DynScoreSet32` / `DynScoreSet64` for storing heterogeneous metrics behind trait objects.
extern crate alloc;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;