Crates.io | pipebuf_mio |
lib.rs | pipebuf_mio |
version | 0.2.1 |
source | src |
created_at | 2023-06-07 12:57:59.608148 |
updated_at | 2024-05-28 20:46:30.996316 |
description | PipeBuf support for `mio` byte-streams |
homepage | |
repository | https://github.com/uazu/pipebuf_mio |
max_upload_size | |
id | 884742 |
size | 30,650 |
PipeBuf
support for mio
byte-streamsThis 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.
See the crate documentation.
This project is licensed under either the Apache License version 2 or the MIT license, at your option. (See LICENSE-APACHE and LICENSE-MIT).
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.