tokio-eventfd 0.2.0

Linux eventfd for tokio
Documentation
[package]
name = "tokio-eventfd"
version = "0.2.0"
authors = ["Alexander Polakov <plhk@sdf.org>"]
edition = "2018"
description = "Linux eventfd for tokio"
documentation = "https://docs.rs/tokio-eventfd"
repository = "https://github.com/polachok/tokio-eventfd"
license = "MIT"

[dependencies]
tokio = { version = "1.0", features = ["net"] }
futures-lite = "1.11"
libc = "0.2"

[dev-dependencies]
tokio = { version = "1.0", features = ["net", "rt", "test-util", "macros", "io-util", "time" ] }