Trim paths based on a polygon
Trims a set of lines based on a planar graph
This crate implements the TrimmablePath trait on anything that implements AsRef<std::path::Path> so you can easily obtain the last *n* parts of a path.
No description provided.