gix_commitgraph
Run this command in a terminal, in your project's directory:
cargo add gix-commitgraph
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
gix-commitgraph = "0.34.0"
The gix_commitgraph library will be automatically available globally. Read the gix_commitgraph library documentation.
Back to the crate overview.