pathext 0.2.0

A small path trait extension with some convenience methods.
Documentation

PathExt

A small collection of utilities on Paths and PathBufs.

Simple usage

use pathext::PathExt;
assert!("/some/path".has_component("path"));
assert!("multiple-extensions.tar.gz".strip_extensions(), Some("multiple-extensions"));