Crates.io | afio |
lib.rs | afio |
version | |
source | src |
created_at | 2016-11-12 21:01:32.507985 |
updated_at | 2016-11-12 21:01:32.507985 |
description | Simple Unix file io bindings to MIO |
homepage | https://github.com/valarauca/afio |
repository | |
max_upload_size | |
id | 7223 |
Cargo.toml error: | TOML parse error at line 5, column 1 | 5 | repostiory = "https://github.com/valarauca/afio.git" | ^^^^^^^^^^ unknown field `repostiory`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate is 2 functions that wrap the fnctl function from C to modify File Descriptors to be non-blocking. It also offers bindings to mio EventedFd to make construction easier.
To use this crate, well don't be on Windows. OSX/MacOS, Linux, FreeBSD, OpenBSD, etc. are supported. Add the below to your Cargo.toml
to use this crate.
[dependencies]
afio = "0.1"