Subtract one path from another, returns subtraction difference not the relative path
use pathsub::sub_paths; use std::path::Path; let a = Path::new("foo/bar"); let b = Path::new("foo"); sub_paths(a, b); // Some("bar")
Made with <3 by Dervex
other
path