33 releases (21 breaking)
new 0.31.1 | Dec 22, 2024 |
---|---|
0.31.0 | Nov 24, 2024 |
0.30.0 | Oct 22, 2024 |
0.27.2 | Jul 23, 2024 |
0.12.1 | Mar 26, 2023 |
#2347 in Development tools
532,924 downloads per month
Used in 208 crates
(3 directly)
425KB
8K
SLoC
gix-revision
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
:
Interact with git revisions by parsing them from rev-specs and describing them in terms of reference names.
Feature Flags
Dependencies
~8–16MB
~199K SLoC