Break util up into modules.

This commit is contained in:
Tom Alexander
2023-12-30 22:02:43 -05:00
parent 48d3de77fe
commit 44483b4d54
68 changed files with 316 additions and 314 deletions

View File

@@ -12,7 +12,7 @@ extern crate test;
// TODO: I only include compare to use some shared stuff like sexp and DiffResult. Ideally, this would be moved to a shared module.
#[cfg(any(feature = "compare", feature = "wasm_test"))]
pub mod compare;
#[cfg(any(feature = "compare", feature = "wasm_test"))]
#[cfg(any(feature = "compare", feature = "wasm", feature = "wasm_test"))]
pub mod util;
#[cfg(any(feature = "wasm", feature = "wasm_test"))]
pub mod wasm;