Results 112 comments of Yuyi Wang

Is there any progress here? I've found that both `winit` and `glutin` has Android support.

The code of `eos` hardcoded the `/etc/eos` directory. It's messive to change it to `${EPREFIX}/etc/eos`. Is that OK?

Most of them could be replaced by the system dependencies without changes. The cmake script of eos seems clever enough.

I'm working on this together with the DST extension: https://github.com/Berrysoft/hdf5-ext/tree/master/hdf5-hl Now I'm facing some low-level problems. I'll open another issue to track that.

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,...

DST cannot impl `H5Type` now because it is `!Sized`, and all generic APIs need the type implement `H5Type`. Another approach is to provide some unsafe APIs enable users passing `TypeDescriptor`...

I'm working on extending the APIs: https://github.com/Berrysoft/hdf5-ext/tree/master/hdf5-dst

@watsaig You can try the repo (hdf5-ext) I linked above. I use it in production:) However I forgot to publish them, and the docs are not complete. Will publish them...

@littlewu2508 the comment should be `# ROCm 6.x` :)