Function veloren_common_assets::walk::walk_tree

source ยท
pub fn walk_tree(dir: &Path, root: &Path) -> Result<Vec<Walk>>
Expand description

Helper function to Walk::generate(), prefer using it instead.