ipld_write

Function ipld_write 

Source
pub fn ipld_write(
    reader: &mut impl CarReader,
    cid: Cid,
    output: &mut impl Write,
) -> Result<(), CarError>
Expand description

write ipld to output file_cid is the file cid to write output is the out the file write to.