add links

main
_ 2025-04-13 23:52:40 -05:00
parent 3e894b92c4
commit 8955846e9c
1 changed files with 5 additions and 0 deletions

View File

@ -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