| Crates.io | git-pathspec |
| lib.rs | git-pathspec |
| version | 0.1.0 |
| created_at | 2022-03-17 09:34:23.004917+00 |
| updated_at | 2023-02-17 09:06:56.721208+00 |
| description | Please use `gix- |
| homepage | |
| repository | https://github.com/Byron/gitoxide |
| max_upload_size | |
| id | 551695 |
| size | 66,816 |
git-pathspeccargo fuzz is used for fuzzing, installable with cargo install cargo-fuzz.
Targets can be listed with cargo fuzz list and executed via cargo +nightly fuzz run <target>,
where <target> can be parse for example.
There is one additional keyword that git can parse, but that this crate doesn't support yet: the prefix keyword
Here is a commit in which prefix is somewhat explained.