JuliaIO / HDF5.jl

Save and load data in the HDF5 file format from Julia
https://juliaio.github.io/HDF5.jl
MIT License
387 stars 140 forks source link

Add low level bindings for h5o* #978

Closed mkitti closed 2 years ago

mkitti commented 2 years ago

This adds low level bindings for the H5O interface. There is more work to do with h5o_get_info. For now, const H5O_info_t = H5O_info1_t.

This should be non-breaking.

mkitti commented 2 years ago

Closing this in favor the more advanced #979 , reopen if we want a slower approach.