Skip to content

Replace Array trait with const generics #145

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

Merged
merged 4 commits into from
Apr 7, 2021

Conversation

mulimoen
Copy link
Collaborator

@mulimoen mulimoen commented Apr 7, 2021

This removes a layer of indirection and drops the u8 type from the string types. Introduces breaking changes, and would be nice to include in the next version.

Fixes #143

@aldanor
Copy link
Owner

aldanor commented Apr 7, 2021

By the way - the README still lists a wrong MSRV (In Compatibility/Rust section), might make sense to update that to 1.51 as well.

Might also add a badge to the list of badges in readme, like

hdf5: rustc 1.51+

![hdf5: rustc 1.51+](https://img.shields.io/badge/hdf5-rustc_1.51+-lightblue.svg)

@aldanor
Copy link
Owner

aldanor commented Apr 7, 2021

Looks good, all in all (few minor comments above aside) - thanks, happy to see those u8s finally gone.

@mulimoen
Copy link
Collaborator Author

mulimoen commented Apr 7, 2021

Thanks for the review!

@mulimoen mulimoen merged commit 7c737df into aldanor:master Apr 7, 2021
@mulimoen mulimoen deleted the feature/ArrayReplace branch April 7, 2021 21:43
@aldanor
Copy link
Owner

aldanor commented Apr 7, 2021

No problem :)

// At some point, please add a "Required Rust compiler version is now 1.51" as the first line in "Changed" section of the changelog so it stands out?

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.

Replace Array trait
2 participants