1
2
3
4
5
6
//! configurations for this sub-module, with definitions delegated to the [crate::configs] module

pub use crate::configs::{
    PERCENT_TOLERANCE,
    ALLOC,
};