You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it works well, but it would be better if Handle and other low-level APIs (for example, ObjectClass) could be made public. Then I can remove some transmute affairs.
The text was updated successfully, but these errors were encountered:
I reconsidered and found that it would be more flexible if I maintain the hdf5-hl myself. Therefore I'm only asking to make some apis public. After the crate becomes mature, I will consider to open a PR.
I'm working on wrapping HDF5 High-level APIs into safe Rust: https://github.com/Berrysoft/hdf5-ext/tree/master/hdf5-hl ; see #224 .
Now it works well, but it would be better if
Handle
and other low-level APIs (for example,ObjectClass
) could be made public. Then I can remove sometransmute
affairs.The text was updated successfully, but these errors were encountered: