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

Support high level APIs?

Open Berrysoft opened this issue 3 years ago • 2 comments

I've noticed that your awesome HDF5 bindings doesn't provides bindings of high level APIs. In particular, I would like PacketTable APIs. It is very useful when I don't know how many rows of data to write, and want to append to the dataset row by row. Would you consider providing such bindings?

Berrysoft avatar Jan 13 '23 12:01 Berrysoft

We would welcome pull requests for this, but wrapping HL is not something which is planned

mulimoen avatar Jan 13 '23 12:01 mulimoen

I'm working on this together with the DST extension: https://github.com/Berrysoft/hdf5-ext/tree/master/hdf5-hl

Now I'm facing some low-level problems. I'll open another issue to track that.

Berrysoft avatar Jan 25 '23 16:01 Berrysoft