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

Serialiser improvements #42

Merged
merged 5 commits into from
Oct 10, 2024
Merged

Conversation

magnusuMET
Copy link
Collaborator

I wanted to test creating/listing the index using the CLI tools, but found some functions missing. It should now be possible to create tools which can create the index, using either flexbuffers or bincode.

Also included is some other small items such as foo/mod.rs -> foo.rs and removal of fast-index as the static build of hdf5 includes this by default.

@magnusuMET
Copy link
Collaborator Author

And some clippy lints. Here is a nice message from the logs:

warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable
  --> src/lib.rs:78:43
   |
78 | #![cfg_attr(feature = "unstable", feature(new_uninit))]
   |                                           ^^^^^^^^^^
   |
   = note: `#[warn(stable_features)]` on by default

@gauteh
Copy link
Owner

gauteh commented Oct 10, 2024

Great! Thanks

@gauteh gauteh merged commit 9fdfad3 into gauteh:main Oct 10, 2024
16 checks passed
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

Successfully merging this pull request may close these issues.

2 participants