gix-revision

Crates.iogix-revision
lib.rsgix-revision
version0.40.0
created_at2023-02-17 09:50:54.201104+00
updated_at2026-01-22 08:33:08.067439+00
descriptionA crate of the gitoxide project dealing with finding names for revisions and parsing specifications
homepage
repositoryhttps://github.com/GitoxideLabs/gitoxide
max_upload_size
id787450
size109,394
Sebastian Thiel (Byron)

documentation

README

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.

Commit count: 15024

cargo fmt