rustdiff 0.2.0

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