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>