hdf5-rust
hdf5-rust copied to clipboard
Naming of the builder APIs
This discussion suggests some clearer names for using the builder patterns:
create_dataset::<T>(name, shape) -> Result<Dataset>for quick creation of a datasetcreate_dataset_like()require_dataset()as used inh5pywrite_datasetas the very easy dump all data at once option
Yea, create_dataset in particular would be really nice to have (and write_dataset too).