logo

Function assembly_pack::pk::writer::write_pk_directory_tree[][src]

pub fn write_pk_directory_tree<W: Write>(
    writer: &mut W,
    tree: &CRCTree<PKEntryData>
) -> Result<()>
Expand description

Write the directory of a PK file.

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