git-graph 0.8.0

Command line tool to show clear git graphs arranged for your branching model
1
2
3
4
5
6
7
8
//! Create visual representations of git graphs.

// TODO remove code once gleisbau API has stabilized
// Some of these features might return to the CLI tool (this application)
//pub mod colors;
//pub mod format;
pub mod svg;
//pub mod unicode;