Docs.rs
gix-traverse-0.42.0
gix-traverse 0.42.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
bitflags ^2
normal
gix-commitgraph ^0.25.0
normal
gix-date ^0.9.1
normal
gix-hash ^0.15.0
normal
gix-hashtable ^0.6.0
normal
gix-object ^0.45.0
normal
gix-revwalk ^0.16.0
normal
smallvec ^1.10.0
normal
thiserror ^1.0.32
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix_
traverse
0.42.0
Module simple
Module Items
Enums
In gix_
traverse::
commit
gix_traverse
::
commit
Module
simple
Copy item path
source
Expand description
Simple ancestors traversal, without the need to keep track of graph-state.
Enums
ยง
Commit
Time
Order
The order with which to prioritize the search.
Error
The error is part of the item returned by the
Ancestors
iterator.
Sorting
Specify how to sort commits during a
simple
traversal.