Function assembly::pk::writer::write_pk_directory_tree

source ยท
pub fn write_pk_directory_tree<W>(
    writer: &mut W,
    tree: &BTreeMap<CRC, PKEntryData>
) -> Result<(), Error>
where W: Write,
Expand description

Write the directory of a PK file.

This function takes a Write implementation and a CRCTree<PKEntryData> and writes the tree part of the PK directory to disk