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 |
#7 in #gix-thiscrate
339 downloads per month
Used in 3 crates
(via git-repository)
80KB
1.5K
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
~4.5–6MB
~101K SLoC