#[cfg(any(feature = "benchmark", feature = "helpers"))] #[path = "../../src/benchfn.rs"] mod benchfn; #[cfg(feature = "benchmark")] #[path = "../../src/benchzstd.rs"] mod benchzstd; #[cfg(any(feature = "benchmark", feature = "helpers"))] #[path = "../../src/datagen.rs"] mod datagen; #[cfg(all(feature = "cli", feature = "dict-builder"))] #[path = "../../src/dibio.rs"] mod dibio; #[cfg(feature = "cli")] #[path = "../../src/fileio_backend.rs"] mod fileio_backend; #[cfg(feature = "cli")] #[path = "../../src/fileio_prefs.rs"] mod fileio_prefs; #[cfg(any(feature = "benchmark", feature = "helpers"))] #[path = "../../src/lorem.rs"] mod lorem; #[path = "../../src/timefn.rs"] mod timefn; #[path = "../../src/util.rs"] mod util; #[cfg(feature = "cli")] #[path = "../../src/zstd_cli.rs"] mod zstd_cli; #[cfg(feature = "cli")] #[path = "../../src/zstdcli_trace.rs"] mod zstdcli_trace;