build_tree

Function build_tree 

Source
pub fn build_tree<R: Read + Seek>(
    reader: &mut R,
    directory: Vec<DirEntry>,
) -> Result<TreeNode>
Expand description

Build a tree from directory entries