Crates.io | mtcp-rs |
lib.rs | mtcp-rs |
version | 0.1.11 |
source | src |
created_at | 2023-01-23 19:07:57.194384 |
updated_at | 2023-02-14 12:52:48.956062 |
description | Provides a “blocking” implementation of TcpListener and TcpStream with proper timeout and cancellation support. |
homepage | https://crates.io/crates/mtcp-rs |
repository | https://github.com/dEajL3kA/mtcp |
max_upload_size | |
id | 766091 |
size | 65,974 |
mtcp provides a “blocking” implementation of TcpListener
and
TcpStream
with proper timeout and cancellation support. The
"blocking" I/O operations in mtcp are emulated via non-blocking
operations, using the mio
library.
Crates.io:
https://crates.io/crates/mtcp-rs
API Documentation:
https://docs.rs/mtcp-rs/latest/index.html
Examples:
https://github.com/dEajL3kA/mtcp/tree/master/examples
Discuss:
https://users.rust-lang.org/t/87983