protwrap 0.4.2

Thin protocol wrapper for network applications.
Documentation
1
2
3
4
5
6
7
# Protocol Wrapper

[Protocol Wrapper](https://repos.qrnch.tech/pub/protwrap) 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.