Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
gix-traverse-0.39.2
/
src
/
lib.rs
blob: 4977631833252110e7a551c8cce585911eb1056e [
file
] [
log
] [
blame
] [
edit
]
//! Various ways to traverse commit graphs and trees with implementations as iterator
#![
deny
(
missing_docs
,
rust_2018_idioms
)]
#![
forbid
(
unsafe_code
)]
pub
mod
commit
;
/// Tree traversal
pub
mod
tree
;