rustdiff 0.1.2-rc

Semantic JSON & XML diff tool with a native GTK4 desktop UI
1
2
3
4
5
6
pub mod app;
pub mod diff_engine;
pub mod export;
pub mod parser;
pub mod storage;
pub mod ui;