Crates.io | gix-refspec |
lib.rs | gix-refspec |
version | 0.27.0 |
source | src |
created_at | 2023-02-17 09:51:10.451211 |
updated_at | 2024-11-24 09:58:48.928771 |
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 | 59,749 |
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.