vig 0.12.0

Read-only TUI cockpit for busy repositories - git, GitHub PRs/CI/projects, containers and processes at a glance
1
2
3
4
5
6
7
//! GitHub Actions data for the Workflow Runs column: `gh run` wrappers,
//! run / job / step types, log parsing and time helpers.

pub mod client;
pub mod log;
pub mod time;
pub mod types;