13 releases (7 breaking)
0.7.3 | Feb 17, 2023 |
---|---|
0.7.1 | Jan 10, 2023 |
0.6.0 | Dec 30, 2022 |
0.4.0 | Nov 21, 2022 |
#10 in #gix-thiscrate
182 downloads per month
Used in 3 crates
(via git-repository)
140KB
3K
SLoC
git-refspec
Testing
Fuzzing
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.
lib.rs
:
Parse git ref-specs and represent them.
Dependencies
~5–6.5MB
~103K SLoC