diff --git a/README.md b/README.md index a985adc..f1b8710 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ Structures: - Demultiplexer - Takes one byte stream and returns multiple byte streams. - MultiFramer - A convenience wrapper around Framers and a Multiplexer, which takes datagrams of multiple streams and returns one byte stream. - DeMultiFramer - A convenience wrapper around Deframers and a Demultiplexer, which takes one byte stream and returns datagrams of multiple streams. + +# Links + +- https://crates.io/crates/libframing +- https://six-five-six-four.com/git/reactor/libframing