hdf5-rust
hdf5-rust copied to clipboard
Support high level APIs?
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?
We would welcome pull requests for this, but wrapping HL is not something which is planned
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.