9 lines
236 B
Rust
9 lines
236 B
Rust
mod compare;
|
|
mod diff;
|
|
mod runner;
|
|
|
|
pub use runner::wasm_run_anonymous_compare;
|
|
pub use runner::wasm_run_anonymous_compare_with_settings;
|
|
pub use runner::wasm_run_compare_on_file;
|
|
pub use runner::wasm_run_compare_on_file_with_settings;
|