PathExt

A small collection of utilities on Paths and PathBufs.

Simple usage

rust use pathext::PathExt; assert!("/some/path".has_component("path"));