quick-diff-me 1.2.5

Quick Diff (unified diff) on Microsoft Excel viewer as Iced GUI app
Documentation
1
2
3
4
5
6
use quick_diff_me::run;

/// app entry point
pub fn main() -> iced::Result {
    run()
}