33 breaking releases

0.37.0 Apr 13, 2024
0.36.0 Feb 25, 2024
0.35.0 Dec 29, 2023
0.33.1 Oct 13, 2023
0.1.0 Jul 12, 2020

#1802 in Rust patterns

Download history 195/week @ 2024-01-04 130/week @ 2024-01-11 109/week @ 2024-01-18 115/week @ 2024-01-25 149/week @ 2024-02-01 168/week @ 2024-02-08 178/week @ 2024-02-15 354/week @ 2024-02-22 123/week @ 2024-02-29 139/week @ 2024-03-07 163/week @ 2024-03-14 79/week @ 2024-03-21 95/week @ 2024-03-28 166/week @ 2024-04-04 379/week @ 2024-04-11 118/week @ 2024-04-18

760 downloads per month
Used in 2 crates (via gitoxide)

MIT/Apache

2MB
42K SLoC

The purpose of this crate is to abstract the user interface of gix (the command-line interface) from the actual implementation. That way, one day it's possible to provide alternative frontends, including user interfaces.

What is gix?

gix is a tool to aid developers of gitoxide run their code in real-world situations and to validate the gix API. This makes it more of a test-bed than a tool that could ever rival git in terms of feature-set.

That said, gix may actively carve out a niche for itself where it sees the greatest benefits for users of git.

This crate is internal - use gix instead.

It's important to understand that this crate consider itself an implementation detail of the gix CLI and is not meant to be used for external consumption by means of cargo dependency. This is emphasized by there being no other documentation. There is also no intention of ever stabilizing this crate.

If you want to get started with what powers gix, please take a look at the gix crate which provides all the building blocks to create any application, including a carbon-copy of git itself (at least aspirationally as not all capabilities are available in gix yet).

For users of gix, this codebase might serve as elaborate example as most of not all of its APIs are used here.

Feature Flags

Dependencies

~16–52MB
~1M SLoC