mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 23:23:34 +00:00
- Update checker & auto-updater - Configure font sizes and diff colors - Data diffing bug fixes & improvements - Bug fix for low match percent - Improvements to Jobs UI (cancel, dismiss errors) - "Demangle" tool Closes #6, #13, #17, #19
12 lines
134 B
Rust
12 lines
134 B
Rust
#![warn(clippy::all, rust_2018_idioms)]
|
|
|
|
pub use app::App;
|
|
|
|
mod app;
|
|
mod diff;
|
|
mod editops;
|
|
mod jobs;
|
|
mod obj;
|
|
mod update;
|
|
mod views;
|