big-o-test 0.2.15

Enforces a maximum `time` (and, optionally `space`) Algorithm Complexity when testing
1
2
3
4
5
6
//! configurations for this sub-module, with definitions delegated to the [crate::configs] module

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