rustdiff 0.1.4

Semantic JSON & XML diff tool with a native GTK4 desktop UI
1
2
3
fn main() -> gtk4::glib::ExitCode {
    rustdiff::app::run()
}