winio-pollable 0.2.0

A thin wrapper over compio-runtime to make it pollable.
Documentation
[dependencies.compio]
version = "0.16.0"

[lib]
name = "winio_pollable"
path = "src/lib.rs"

[package]
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A thin wrapper over compio-runtime to make it pollable."
edition = "2021"
license = "MIT"
name = "winio-pollable"
readme = "README.md"
repository = "https://github.com/compio-rs/winio"
version = "0.2.0"

[target.'cfg(target_os = "linux")'.dependencies.rustix]
features = ["event"]
version = "1"