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

Consider bitmask alternatives #12

Open
arcnmx opened this issue Nov 14, 2021 · 0 comments
Open

Consider bitmask alternatives #12

arcnmx opened this issue Nov 14, 2021 · 0 comments

Comments

@arcnmx
Copy link
Owner

arcnmx commented Nov 14, 2021

The bitmask/enum_iterator utils really don't belong in this repo. Ideally a crate like enumflags would serve their purpose, but at the time it wasn't generic enough to work with backing data structures that aren't numeric primitive types. Perhaps that's changed now, or can be avoided?

If not, consider cleaning these types up and creating a new bitflags crate now that const generics and GATs might help make them more ergonomic.

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

No branches or pull requests

1 participant