26 releases (breaking)
0.26.0 | Oct 22, 2024 |
---|---|
0.24.0 | Aug 22, 2024 |
0.23.1 | Jul 23, 2024 |
0.23.0 | Mar 14, 2024 |
0.9.0 | Mar 4, 2023 |
#438 in Development tools
425,670 downloads per month
Used in 194 crates
(3 directly)
180KB
3.5K
SLoC
gix-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
~8–14MB
~172K SLoC