write_hdf5_enhanced

Function write_hdf5_enhanced 

Source
pub fn write_hdf5_enhanced<P: AsRef<Path>>(
    path: P,
    datasets: HashMap<String, (ArrayD<f64>, ExtendedDataType, DatasetOptions)>,
    parallel_config: Option<ParallelConfig>,
) -> Result<()>
Expand description

Enhanced write function with compression and parallel I/O