#framework #future #async #networking #codec

scrappy-codec

Utilities for encoding and decoding frames

1 unstable release

0.0.1 Jan 19, 2020

#1044 in #codec

36 downloads per month
Used in 18 crates (11 directly)

MIT license

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

~4.5MB
~62K SLoC