Skip to main content

semantic_diff/
lib.rs

1pub mod app;
2pub mod cache;
3pub mod cli;
4pub mod config;
5pub mod diff;
6pub mod grouper;
7pub mod highlight;
8pub mod preview;
9pub mod signal;
10pub mod theme;
11pub mod ui;