Crates.io | gix-refspec |
lib.rs | gix-refspec |
version | 0.31.0 |
created_at | 2023-02-17 09:51:10.451211+00 |
updated_at | 2025-07-15 03:37:40.091096+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 | 82,209 |
gix-refspec
cargo 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.