Skip to main content

manifest_tree

Function manifest_tree 

Source
pub fn manifest_tree(
    root: &Path,
    node_id: String,
    node_name: String,
    max_file_size: u64,
    max_files: usize,
    include: impl Fn(&Path) -> bool,
) -> Result<Manifest>