use-git-pathspec
Primitive Git pathspec vocabulary for RustUse.
use-git-pathspec models pathspec strings and common magic labels such as top, literal, glob, icase, and exclude. It does not traverse the filesystem or match paths.
Basic usage
use ;
let pathspec = new.expect;
assert!;
assert!;
Scope
- Wrap pathspec text and expose descriptive magic vocabulary.
- Keep filesystem traversal and glob evaluation out of scope.