uazu / pipebuf_mio

PipeBuf support for 'mio' byte-streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PipeBuf support for mio byte-streams

This provides types to manage transferring data between pipe-buffers and mio byte-stream types such as TcpStream and UnixStream. This would typically be combined with PipeBuf-based protocol handlers (TLS, WS, HTTP, etc) to form a complete working solution.

Documentation

See the crate documentation.

License

This project is licensed under either the Apache License version 2 or the MIT license, at your option. (See LICENSE-APACHE and LICENSE-MIT).

Contribution

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

About

PipeBuf support for 'mio' byte-streams

License:Apache License 2.0


Languages

Language:Rust 96.4%Language:Shell 3.6%