32 releases (21 breaking)
0.31.0 | Nov 24, 2024 |
---|---|
0.29.0 | Aug 22, 2024 |
0.27.2 | Jul 23, 2024 |
0.27.0 | Mar 14, 2024 |
0.12.1 | Mar 26, 2023 |
#2288 in Development tools
492,128 downloads per month
Used in 202 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–14MB
~166K SLoC