#stream #io #pipebuf #async

pipebuf_mio

PipeBuf support for mio byte-streams

3 unstable releases

new 0.2.0 Apr 15, 2024
0.1.1 Jul 4, 2023
0.1.0 Jun 7, 2023

#737 in Asynchronous

Download history 3/week @ 2024-02-13 61/week @ 2024-02-20 42/week @ 2024-02-27 10/week @ 2024-03-05 42/week @ 2024-03-12 12/week @ 2024-03-19 2/week @ 2024-03-26 21/week @ 2024-04-02

79 downloads per month

MIT/Apache

17KB
199 lines

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.


lib.rs:

PipeBuf connectors for mio types

This permits I/O between pipe-buffers and streaming-based interfaces.

Dependencies

~0.4–9.5MB
~63K SLoC