34 releases (22 breaking)
0.32.0 | Jan 18, 2025 |
---|---|
0.31.1 | Dec 22, 2024 |
0.31.0 | Nov 24, 2024 |
0.27.2 | Jul 23, 2024 |
0.12.1 | Mar 26, 2023 |
#2016 in Development tools
586,215 downloads per month
Used in 225 crates
(3 directly)
430KB
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
~9–17MB
~220K SLoC