pathsub
Subtract one path from another, yielding the subtraction difference rather than relative path, unlike pathdiff
Example:
use sub_paths;
use Path;
let a = new;
let b = new;
sub_paths; // Some("bar")
Subtract one path from another, yielding the subtraction difference rather than relative path, unlike pathdiff
use sub_paths;
use Path;
let a = new;
let b = new;
sub_paths; // Some("bar")