#git #version-control #parser #gitoxide #fuzz #cargo #refspecs

gix-refspec

A crate of the gitoxide project for parsing and representing refspecs

27 releases (breaking)

0.27.0 Nov 24, 2024
0.25.0 Aug 22, 2024
0.23.1 Jul 23, 2024
0.23.0 Mar 14, 2024
0.9.0 Mar 4, 2023

#575 in Development tools

Download history 89382/week @ 2024-08-20 85813/week @ 2024-08-27 101158/week @ 2024-09-03 100514/week @ 2024-09-10 92760/week @ 2024-09-17 94140/week @ 2024-09-24 100200/week @ 2024-10-01 98795/week @ 2024-10-08 108861/week @ 2024-10-15 101658/week @ 2024-10-22 101777/week @ 2024-10-29 107102/week @ 2024-11-05 107753/week @ 2024-11-12 121320/week @ 2024-11-19 122651/week @ 2024-11-26 139351/week @ 2024-12-03

511,249 downloads per month
Used in 200 crates (3 directly)

MIT/Apache

180KB
3.5K SLoC

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.


lib.rs:

Parse git ref-specs and represent them.

Dependencies

~8–14MB
~171K SLoC