memkit-async 0.2.0-beta.1

Async-aware memory allocators for memkit
1
2
3
4
5
6
7
//! Runtime integration modules.

#[cfg(feature = "tokio")]
pub mod tokio_rt;

#[cfg(feature = "tokio")]
pub use tokio_rt::*;