7 releases

0.3.3 Oct 18, 2024
0.3.2 Oct 15, 2024
0.3.0 May 31, 2024
0.2.2 Oct 3, 2023
0.1.0 Aug 27, 2021

#1412 in Network programming

Download history 13/week @ 2024-07-27 1/week @ 2024-08-03 1/week @ 2024-08-24 3/week @ 2024-08-31 9/week @ 2024-09-14 20/week @ 2024-09-21 2/week @ 2024-09-28 177/week @ 2024-10-05 285/week @ 2024-10-12 63/week @ 2024-10-19 2/week @ 2024-10-26 2/week @ 2024-11-02

179 downloads per month
Used in 3 crates

0BSD license

26KB
595 lines

Protocol Wrapper

Protocol Wrapper is a thin wrapper on top of common low-level network protocol API's to allow developers to easily support common protocols like TcpStream and UnixStream without having to explicitly write support for them in application code.


lib.rs:

Wrappers around common network primitives to facilitate writing client/server end-points.

Dependencies

~0–9MB
~98K SLoC