pub fn write_pk_directory_tree<W: Write>(
    writer: &mut W,
    tree: &CRCTree<PKEntryData>
) -> Result<()>
Available on crate feature pk only.
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