#version-control #git #revision #specification #parser #gitoxide #name

gix-revision

A crate of the gitoxide project dealing with finding names for revisions and parsing specifications

33 releases (21 breaking)

new 0.31.1 Dec 22, 2024
0.31.0 Nov 24, 2024
0.30.0 Oct 22, 2024
0.27.2 Jul 23, 2024
0.12.1 Mar 26, 2023

#2347 in Development tools

Download history 101203/week @ 2024-09-03 100547/week @ 2024-09-10 92864/week @ 2024-09-17 94174/week @ 2024-09-24 100229/week @ 2024-10-01 98835/week @ 2024-10-08 108837/week @ 2024-10-15 101629/week @ 2024-10-22 101812/week @ 2024-10-29 107089/week @ 2024-11-05 107769/week @ 2024-11-12 121334/week @ 2024-11-19 122619/week @ 2024-11-26 139556/week @ 2024-12-03 138013/week @ 2024-12-10 112582/week @ 2024-12-17

532,924 downloads per month
Used in 208 crates (3 directly)

MIT/Apache

425KB
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

~8–16MB
~199K SLoC