big-o-test 0.2.15

Enforces a maximum `time` (and, optionally `space`) Algorithm Complexity when testing
1
2
3
4
5
6
//! Contains executors of the algorithms, gathering metrics to pass to
//! [crate::low_level_analysis] in order to have their complexity measured

pub(crate) mod common;
pub mod standard;
pub mod crud;