gix-revwalk 0.13.2

A crate providing utilities for walking the revision graph
Documentation
[dependencies.gix-commitgraph]
version = "^0.24.3"

[dependencies.gix-date]
version = "^0.8.7"

[dependencies.gix-hash]
version = "^0.14.2"

[dependencies.gix-hashtable]
version = "^0.5.2"

[dependencies.gix-object]
version = "^0.42.3"

[dependencies.smallvec]
version = "1.10.0"

[dependencies.thiserror]
version = "1.0.26"

[lib]
doctest = false
name = "gix_revwalk"
path = "src/lib.rs"

[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A crate providing utilities for walking the revision graph"
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
license = "MIT OR Apache-2.0"
name = "gix-revwalk"
readme = false
repository = "https://github.com/Byron/gitoxide"
rust-version = "1.65"
version = "0.13.2"