We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can not for the life of me figure out how to do this, and I have read a decent amount of the source code and tests.
I think it should be:
use hdf5; use hdf5::types::FixedAscii; #[derive(Clone, Debug, hdf5::H5Type, PartialEq)] #[repr(C)] struct Foo { bar: FixedAscii<10>, }
This gives a compiler error: constant provided when a type was expected.
constant provided when a type was expected
It would be really nice to have an example.
The text was updated successfully, but these errors were encountered:
I figured this out. It turns out the main branch has diverged significantly from the previous release, and my code is correct there.
It would be awesome if this could be released. :)
Sorry, something went wrong.
Closed in #179
No branches or pull requests
I can not for the life of me figure out how to do this, and I have read a decent amount of the source code and tests.
I think it should be:
This gives a compiler error:
constant provided when a type was expected
.It would be really nice to have an example.
The text was updated successfully, but these errors were encountered: