pub fn streaming(data: &[u8]) -> Result<Stream<'_>, Error>
Decode data as packet line while reporting whether the data is complete or not using a Stream.
data
Stream