Expand description
journey — a gitk-style repository browser built on the saudade toolkit.
The crate is split so the UI is testable without a live repository:
backend— theRepoBackendtrait plus a livegit2implementation and an in-memory fixture for snapshot tests;widgets— git-specific widgets (diff view, commit list, …) layered on top of saudade’s generic widget set;ui— the top-levelGitClientwidget that wires the panes together.