winio-pollable 0.3.0

A thin wrapper over compio-runtime to make it pollable.
Documentation
[dependencies.compio]
default-features = false
features = ["runtime"]
version = "0.17.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 = "2024"
license = "MIT"
name = "winio-pollable"
readme = "README.md"
repository = "https://github.com/compio-rs/winio"
version = "0.3.0"

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