big-o-test 0.2.15

Enforces a maximum `time` (and, optionally `space`) Algorithm Complexity when testing
1
2
3
4
#[cfg(feature = "async")]
mod regular_async_builder;
#[cfg(feature = "async")]
pub use regular_async_builder::*;