afio

Crates.ioafio
lib.rsafio
version
sourcesrc
created_at2016-11-12 21:01:32.507985
updated_at2016-11-12 21:01:32.507985
descriptionSimple Unix file io bindings to MIO
homepagehttps://github.com/valarauca/afio
repository
max_upload_size
id7223
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`
size0
Cody Laeder (valarauca)

documentation

https://valarauca.github.io/afio/afio/index.html

README

afio

Documents

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"
Commit count: 0

cargo fmt