hdf5-rust icon indicating copy to clipboard operation
hdf5-rust copied to clipboard

Naming of the builder APIs

Open mulimoen opened this issue 3 years ago • 1 comments

This discussion suggests some clearer names for using the builder patterns:

  • create_dataset::<T>(name, shape) -> Result<Dataset> for quick creation of a dataset
  • create_dataset_like()
  • require_dataset() as used in h5py
  • write_dataset as the very easy dump all data at once option

mulimoen avatar May 19 '21 20:05 mulimoen

Yea, create_dataset in particular would be really nice to have (and write_dataset too).

aldanor avatar May 20 '21 18:05 aldanor