generated from readthedocs/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Consider adding nwbview #123
Comments
attn @anilbey |
Hello, it's good to see NWBView here :) The hdf5 interface is via the hdf5 Rust crate. When the hdf5 crate makes a new release, it will most likely support the hdf5 version 1.14. |
Merged
The recent version of hdf5 seems to be supported by the hdf5-rust crate. It just hasn't released on Rust's package index yet. Reference: aldanor/hdf5-rust#262 |
This issue has been resolved in #149 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nwbview: Rust powered NWB viewer
Code: https://github.com/brainhack-ch/nwbview
Requires HDF5 1.12 or earlier. Cannot be built with HDF5 1.14
It looks like an HDF5 viewer with some added features
Screenshot from their README
In development. It took a little effort to get this to work. My setup (I don't have rust installed globally) is:
The text was updated successfully, but these errors were encountered: