GitXplorerGitXplorer
T

mio-pipe

public
5 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
e78d8284044d60103abf16f5c0da99cd0ebdf487

Add deprecation notice

TThomasdezeeuw committed 4 years ago
Unverified
8c3025edf128e90733e95327d88493887b93fcdd

Update dependencies

TThomasdezeeuw committed 4 years ago
Unverified
7f759c0eb0bc0a3d9bc6e52bd1ddebb835a729ae

Remove the need to check Event::is_error

TThomasdezeeuw committed 4 years ago
Unverified
5e850707fa3cc6eda95dc7b102b3a8dea5caa913

Fix incorrect readme title

TThomasdezeeuw committed 4 years ago
Unverified
a9040ac1a3d5ee18376f08526ec05de2e2315f7f

Version 0.1.1

TThomasdezeeuw committed 5 years ago
Unverified
a54c84a98aa022b5b1a83dd1dc9fbebf7583ab42

Update to FreeBSD 12.1 on Cirrus CI

TThomasdezeeuw committed 5 years ago

README

The README file for this repository.

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.