prview 0.4.0

PR Review & Artifact Generator - cross-language PR analysis tool
Documentation
1
2
3
4
5
6
7
8
9
10
//! Panel modules for the TUI.
//!
//! Each panel handles drawing its specific content area.

pub mod artifacts;
pub mod checks;
pub mod config;
pub mod diffs;
pub mod heuristics;
pub mod state;