23 releases (13 breaking)
0.39.0 | Oct 22, 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 |
#56 in Development tools
517,396 downloads per month
Used in 307 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–8.5MB
~83K SLoC