//! Import pipeline. Bulk-write per-base data from `ValueReader` sources
//! into a `PbzStore` track via a `crossbeam-channel` worker pool.
//!
//! The pipeline is format-agnostic: it drives any `ValueReader`. Format
//! bindings (e.g. d4) live in their own crates and call `run_pipeline`.
pub use ;