| Crates.io | gix-refspec |
| lib.rs | gix-refspec |
| version | 0.36.0 |
| created_at | 2023-02-17 09:51:10.451211+00 |
| updated_at | 2026-01-22 08:33:51.864891+00 |
| description | A crate of the gitoxide project for parsing and representing refspecs |
| homepage | |
| repository | https://github.com/GitoxideLabs/gitoxide |
| max_upload_size | |
| id | 787451 |
| size | 87,834 |
gix-refspeccargo 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.