Function rust_car::utils::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.