pub fn sort_bottom_up(plans: &mut [RenamePlan])Expand description
Sort a plan vector in-place: deepest first; at equal depth, files before directories.
pub fn sort_bottom_up(plans: &mut [RenamePlan])Sort a plan vector in-place: deepest first; at equal depth, files before directories.