8bf7342c92
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 lines
176 B
Rust
11 lines
176 B
Rust
// used for testing
|
|
|
|
mod util;
|
|
mod with_aio_context;
|
|
|
|
#[cfg(feature="standalone")]
|
|
mod aio_context;
|
|
|
|
pub use with_aio_context::WithAioContext;
|
|
pub use aio_context::AioContext;
|