gix-refspec

Crates.iogix-refspec
lib.rsgix-refspec
version0.23.0
sourcesrc
created_at2023-02-17 09:51:10.451211
updated_at2024-03-14 20:36:03.178887
descriptionA crate of the gitoxide project for parsing and representing refspecs
homepage
repositoryhttps://github.com/Byron/gitoxide
max_upload_size
id787451
size57,666
Sebastian Thiel (Byron)

documentation

README

gix-refspec

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: 12542

cargo fmt