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