//! Async compatibility layer
//! meant to control abstractions between tokio and async_std
//! with a feature flag toggle
//! while exposing the same interface for general consumption between both
compile_error!;
/// abstraction over both `tokio` and `async-std`, making it possible to use either based on a feature flag
/// abstraction over both `tokio` and `async-std`, making it possible to use either based on a feature flag