PathExt
A small collection of utilities on Path and PathBuf, technically AsRef<Path> which includes &str.
Simple usage
use PathExt;
use Not;
use Path;
// Because of this expectation breaking difference:
assert!.ends_with);
assert!;
// Instead use:
assert!.ends_with_extentions);
assert!).ends_with_extentions);
// Plus some more utility
assert!;
assert!;