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

Feature request: make `Handle` public

Open Berrysoft opened this issue 3 years ago • 2 comments

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 some transmute affairs.

Berrysoft avatar Jan 25 '23 16:01 Berrysoft

You can set path in Cargo.toml in your fork and then we could discuss if this is wanted when you make the PR

mulimoen avatar Jan 25 '23 16:01 mulimoen

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.

Berrysoft avatar Jan 25 '23 17:01 Berrysoft