-
Notifications
You must be signed in to change notification settings - Fork 162
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 getting rid of aligned dependency subtree #184
Comments
Oh this is where all the Pulling in 4 dependencies for a single function seems very excessive, so I'm on board with removing them. We can add our own alignment-enforcing struct to the |
Yeah for some (compatibility?) reason as-slice pulls in both. |
Yeah, otherwise you run into weird compatibility problems. |
(Offtopic. None of my dependencies that depend on generic-array use 0.12, so I' be curious what compatibility issues there might be? Is it really not an "alter Zopf"? :) ) |
This eventually pulls in two versions of generic-array which is a bit weird. Maybe take over
aligned
and/oras-slice
and add some feature flags there? Or makeitm::write_aligned
itself an optional feature?re. #183
The text was updated successfully, but these errors were encountered: