No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2019-04-25 21:02:15 +02:00
src Redox support 2019-04-25 21:02:15 +02:00
tests Add support for IoVec functions read_bufs/write_bufs. 2017-10-06 14:22:02 +10:00
.gitignore Initial commit 2016-07-20 16:34:59 -07:00
.travis.yml Remove 1.21.0 2018-09-21 13:31:41 -07:00
Cargo.toml Redox support 2019-04-25 21:02:15 +02:00
LICENSE-APACHE Initial commit 2016-07-20 16:34:59 -07:00
LICENSE-MIT Initial commit 2016-07-20 16:34:59 -07:00
README.md Fix contribution agreements 2018-10-14 12:47:56 -03:00

mio-uds

Build Status

Documentation

A library for integrating Unix Domain Sockets with mio. Based on the standard library's support for Unix sockets, except all of the abstractions and types are nonblocking to conform with the expectations of mio.

# Cargo.toml
[dependencies]
mio-uds = "0.6"
mio = "0.6"

Usage

The three exported types at the top level, UnixStream, UnixListener, and UnixDatagram, are thin wrappers around the libstd counterparts. They can be used in similar fashions to mio's TCP and UDP types in terms of registration and API.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.