Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
/ mio-pipe Public archive

Crate that wraps a Unix pipe for use with Mio.

Notifications You must be signed in to change notification settings

Thomasdezeeuw/mio-pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mio pipe

Build Status Build status License: MIT Crates.io Docs

Crate that wraps a Unix pipe for use with Mio.

See the API documentation for more.

Deprecation notice

Since version 0.7.5 Mio has support for the pipe(2) system call in the crate (based on this implementation): https://docs.rs/mio/0.7.5/mio/unix/pipe/index.html.

Supported platforms

Currently supported platforms:

  • Android
  • DragonFly BSD
  • FreeBSD
  • Linux
  • NetBSD
  • OpenBSD
  • iOS
  • macOS

The most notable exception in the list is Windows. If you want to contribute a port to Windows please see issue #6.

Contribution

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

About

Crate that wraps a Unix pipe for use with Mio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages