Utilities for working with chunked streams, such as byte streams which is
often given as a stream of byte chunks with type `Stream<List<int>>`.
#bytes#concurrency#streams
Utility functions and classes to work with byte buffers and streams efficiently, to read and write binary data formats.
#bytes#stream#protocol#server#client