gitstack 5.3.0

Git history viewer with insights - Author stats, file heatmap, code ownership
Documentation
1
2
3
4
5
6
7
8
mod dashboard;
mod entry;
mod helpers;
mod overlays;
pub mod theme;

pub use entry::render;
pub use helpers::calculate_layout_areas;