Skip to main content

Module utils

Module utils 

Source
Expand description

Backwards-compatible utility re-exports.

The new architecture consolidates shared helpers under crate::core. This module re-exports the previous utils::* API to avoid breaking existing downstream code while steering new development toward core::prelude.

Re-exportsยง

pub use crate::core::concurrency::determine_allowed_cpus;
pub use crate::core::concurrency::set_rayon_global_pools_size;
pub use crate::core::errors::is_broken_pipe;
pub use crate::core::fs::is_bgzipped;
pub use crate::core::fs::make_parent_dirs;
pub use crate::core::io::get_reader;
pub use crate::core::io::get_writer;