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;