From 8955846e9cf558f70e1dbf5077766cfa340210eb Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sun, 13 Apr 2025 23:52:40 -0500 Subject: [PATCH] add links --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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