None[Decode a single element from a streaming bytestring. Returns any leftover input, the number of bytes consumed, and either an error string or the element if decoding succeeded.Like *, but with an explicitly provided decoder.Decode a sequence of elements from a streaming bytestring. Returns any leftover input, the number of bytes consumed, and either an error string or the return value if there were no errors. Decoding stops at the first error.Like *, but with an explicitly provided decoder.Encode a single element.Like *, but with an explicitly provided encoder.6Encode a stream of elements to a streaming bytestring.Like *, but with an explicitly provided encoder. /streaming-binary-0.3.0.1-91WEDqPL6liE1cW6KsW5r1Streaming.Binarydecode decodeWithdecoded decodedWithencode encodeWithencoded encodedWith