Function stream

Source
pub fn stream<R: Read, W: Write>(read: R, write: W) -> Result<(), Error>
Expand description

Stream a Nar from a reader to a writer.