Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: make Handle public #228

Open
Berrysoft opened this issue Jan 25, 2023 · 2 comments
Open

Feature request: make Handle public #228

Berrysoft opened this issue Jan 25, 2023 · 2 comments

Comments

@Berrysoft
Copy link
Contributor

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.

@mulimoen
Copy link
Collaborator

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

@Berrysoft
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants