libaio-futures 0.2.3

Straightforward Linux AIO using Futures/async/await.
Documentation
[dependencies.crossbeam-channel]
version = "0.5.6"

[dependencies.libc]
version = "0.2.133"

[dependencies.parking_lot]
version = "0.12.1"
[dev-dependencies.futures]
version = "0.3.24"

[features]
emulated-failure = []

[lib]
crate-type = ["dylib", "rlib", "staticlib"]
name = "aiofut"
path = "src/lib.rs"

[package]
authors = ["Determinant <tederminant@gmail.com>"]
description = "Straightforward Linux AIO using Futures/async/await."
edition = "2018"
homepage = "https://github.com/Determinant/libaio-futures"
keywords = ["libaio", "aio", "async", "futures"]
license = "MIT"
name = "libaio-futures"
version = "0.2.3"