Skip to content
/ afio Public

Simple File IO bindings to mio for Rust UNIX systems

Notifications You must be signed in to change notification settings

valarauca/afio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Simple File IO bindings to mio for Rust UNIX systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages