pub fn extract_ipld(
reader: &mut impl CarReader,
cid: Cid,
parent: Option<impl AsRef<Path>>,
) -> Result<(), CarError>Expand description
extract files from CAR file.
if the parent path is none, will use current path as root path.
cid is the root cid