poller 0.1.2

File I/O events library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Varphone Wong <varphone@qq.com>"]
categories = ["embedded", "asynchronous"]
description = "File I/O events library for Rust.\n"
documentation = "https://docs.rs/poller"
edition = "2018"
homepage = "https://github.com/varphone/poller-rs"
license = "MIT"
name = "poller"
readme = "README.md"
version = "0.1.2"
[target."cfg(unix)".dependencies.libc]
version = "^0.2.66"