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;