watchdiff-tui 0.2.0

A high-performance file watcher with beautiful TUI showing real-time diffs
Documentation
1
2
3
4
5
6
7
8
//! User interface module
//! 
//! Contains TUI and other interface-related functionality

pub mod tui;

// Re-export main types
pub use tui::{TuiApp, setup_terminal, restore_terminal};