25 releases (14 breaking)
0.40.0 | Jan 18, 2025 |
---|---|
0.39.1 | Nov 24, 2024 |
0.39.0 | Oct 22, 2024 |
0.38.2 | May 22, 2024 |
0.28.1 | Mar 14, 2023 |
#50 in Development tools
674,490 downloads per month
Used in 337 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
~78K SLoC