#compile-time #version-control #git #flags #features #capabilities #integrate

gix-features

A crate to integrate various capabilities using compile-time feature flags

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

Download history 140952/week @ 2024-11-19 142196/week @ 2024-11-26 166948/week @ 2024-12-03 163440/week @ 2024-12-10 150675/week @ 2024-12-17 104339/week @ 2024-12-24 120480/week @ 2024-12-31 168954/week @ 2025-01-07 167921/week @ 2025-01-14 163882/week @ 2025-01-21 164774/week @ 2025-01-28 181719/week @ 2025-02-04 194838/week @ 2025-02-11 198985/week @ 2025-02-18 203619/week @ 2025-02-25 173433/week @ 2025-03-04

801,714 downloads per month
Used in 346 crates (23 directly)

MIT/Apache

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–9MB
~79K SLoC