pub fn encode_pack(
files: &BTreeMap<String, Vec<u8>>,
dotzuki_meta: Value,
) -> Vec<u8> ⓘExpand description
Encode files (path → raw content, iterated in sorted order) into a
.dzpk pack. dotzuki_meta rides along as the informational
"dotzuki" index member (the CLI stamps tool/version/export time).