-
Notifications
You must be signed in to change notification settings - Fork 494
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
Use bitflags!() to replace flag.rs #96
Comments
I'm glad that there's finally a stdlib alternative! Some things I'm concerned about, though:
If we want to keep all the functionality of |
On second thought I think we can drop |
I'll start working on this since rust-lang/rust#14009 has landed. |
Rust now provides standard implementation of bitflag : rust-lang/rust#13072
@jcmoyer
The text was updated successfully, but these errors were encountered: