Crates.io | gix-revision |
lib.rs | gix-revision |
version | 0.31.0 |
source | src |
created_at | 2023-02-17 09:50:54.201104 |
updated_at | 2024-11-24 09:57:21.397306 |
description | A crate of the gitoxide project dealing with finding names for revisions and parsing specifications |
homepage | |
repository | https://github.com/GitoxideLabs/gitoxide |
max_upload_size | |
id | 787450 |
size | 83,098 |
gix-revision
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.