pipebuf_mio

Crates.iopipebuf_mio
lib.rspipebuf_mio
version0.2.1
sourcesrc
created_at2023-06-07 12:57:59.608148
updated_at2024-05-28 20:46:30.996316
descriptionPipeBuf support for `mio` byte-streams
homepage
repositoryhttps://github.com/uazu/pipebuf_mio
max_upload_size
id884742
size30,650
Jim Peters (uazu)

documentation

https://docs.rs/pipebuf_mio

README

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.

Commit count: 4

cargo fmt