big-o-test 0.2.15

Enforces a maximum `time` (and, optionally `space`) Algorithm Complexity when testing
1
2
3
4
5
//! Contains the interface externally available to users as well as related internal helpers

mod types;
mod builders;
pub use builders::*;