Instead of copy+pasting them into each compare function, we now call a shared function from a handful of places.
9 lines
148 B
Rust
9 lines
148 B
Rust
mod compare;
|
|
mod diff;
|
|
mod elisp_fact;
|
|
mod parse;
|
|
mod sexp;
|
|
mod util;
|
|
pub use compare::run_anonymous_compare;
|
|
pub use compare::run_compare_on_file;
|