#networking #wrapper

protwrap

Thin protocol wrapper for network applications

10 releases

Uses new Rust 2024

0.4.3 Mar 22, 2026
0.4.2 Jun 24, 2025
0.3.3 Oct 18, 2024
0.3.0 May 31, 2024
0.1.0 Aug 27, 2021

#15 in Network programming


Used in 3 crates

0BSD license

37KB
956 lines

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


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.

Dependencies

~0.6–10MB
~110K SLoC