Files
nym/common/socks5/ordered-buffer
Jędrzej Stuczyński 97b01db23e Chore/more error macros (#2686)
* cleaned up MixProcessingError

* Added Error impl to (hopefully) all error enums in the codebase

* Replaced all occurences of error("{0}") with error(transparent)

* Changelog entry
2022-12-13 17:42:11 +00:00
..
2022-12-13 17:42:11 +00:00
2022-12-13 17:42:11 +00:00

Ordered Buffer

CURRENTLY UNUSED

This crate takes care of reliably and speedily turning bytes into a series of ordered message fragments on one side, and of reliably reassembling the fragments into the original message on the other.