24 releases (13 breaking)
0.39.1 | Nov 24, 2024 |
---|---|
0.38.2 | May 22, 2024 |
0.38.1 | Mar 14, 2024 |
0.37.1 | Dec 30, 2023 |
0.28.1 | Mar 14, 2023 |
#46 in Development tools
543,017 downloads per month
Used in 320 crates
(23 directly)
190KB
4K
SLoC
A crate providing foundational capabilities to other git-*
crates with trade-offs between compile time, binary size or speed
selectable using cargo feature toggles.
It's designed to allow the application level crate to configure feature toggles, affecting all other git-*
crates using
this one.
Thus all features provided here commonly have a 'cheap' base implementation, with the option to pull in counterparts with higher performance.
Feature Flags
Dependencies
~0.4–8MB
~79K SLoC