1 unstable release
0.0.1 | Jan 19, 2020 |
---|
#595 in #network
161 downloads per month
Used in 18 crates
(11 directly)
17KB
320 lines
Utilities for encoding and decoding frames.
Contains adapters to go from streams of bytes, AsyncRead
and
AsyncWrite
, to framed streams implementing Sink
and Stream
.
Framed streams are also known as [transports].
Dependencies
~4MB
~58K SLoC