Expand description
Helper functions for dealing with sets or lists of parcels.
Functions§
- read_
items - Reads a specified number of items from a stream.
- read_
list - Reads a length-prefixed list from a stream.
- read_
list_ ext - Reads a length-prefixed list from a stream.
- read_
string - Reads a string of specified length from a stream.
- write_
items - Writes an iterator of parcels to the stream.
- write_
list - Writes a length-prefixed list to a stream.
- write_
list_ ext - Writes a length-prefixed list to a stream.
Type Aliases§
- Size
Type - The integer type that we will use to send length prefixes.