big-o-test 0.2.15

Enforces a maximum `time` (and, optionally `space`) Algorithm Complexity when testing
1
2
3
4
5
6
7
8
//! Defines our main API (using the Builder Pattern) & related internal model
//! to allow async "dynamic" algorithms analysis.
//! 
//! By "dynamic algorithms" we mean "algorithms that do alter the amount of data they operate on"
//! -- such as algorithms to insert & delete data.
//! This is in opposition to [super::regular_async_builder].

// TODO