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
I'm the author of crate hdf5-hl. I would like to use this maintained fork, and I would like to request for this new feature: make trait ObjectClass and type Handle public. Then I can remove transmutes from my crate.
The text was updated successfully, but these errors were encountered:
OK, I use class_id to solve the transmute. But class_id doesn't increase the ref count. I still would like such a function which also increases the ref count.
I'm the author of crate
hdf5-hl
. I would like to use this maintained fork, and I would like to request for this new feature: make traitObjectClass
and typeHandle
public. Then I can removetransmute
s from my crate.The text was updated successfully, but these errors were encountered: