tokio-fd 0.3.0

Non-blocking Read and Write a Linux File Descriptor
Documentation
[dependencies.libc]
version = "0.2.81"

[dependencies.tokio]
features = ["net"]
version = "1.0.1"

[package]
authors = ["nanpuyue <nanpuyue@gmail.com>"]
categories = ["asynchronous", "os::unix-apis"]
description = "Non-blocking Read and Write a Linux File Descriptor"
edition = "2018"
homepage = "https://github.com/nanpuyue/tokio-fd"
keywords = ["async", "fd", "io", "non-blocking", "tokio"]
license = "MIT OR Apache-2.0"
name = "tokio-fd"
readme = "README.md"
repository = "https://github.com/nanpuyue/tokio-fd"
version = "0.3.0"