MaikKlein / enumflags

24 stars 7 forks source link

Maintainership #20

Closed meithecatte closed 5 years ago

meithecatte commented 5 years ago

This fixes #16 and #17, and implements BitFlags::iter as suggested by #14. As the README claims this project is unmaintained, I'd like you to consider this my application for maintaining it.


This change is Reviewable

MaikKlein commented 5 years ago

Thanks for the PR, I'll have a look at it later today.

I am not sure what the best practices are for transferring ownership are as this seems like it could be a security concern. Although the crate only has 3k downloads so maybe it doesn't matter at all.

Maybe you should just fork, I link to the fork and you publish a new crate enumflags2? I honestly don't know what the etiquette is.

MaikKlein commented 5 years ago

Just fork this repo, I will link to it and then you can publish a new crate. I'll make to sure to push a new version to crates.io that will include a link to your new repo/crate.

I think that is the best option.

meithecatte commented 5 years ago

Hmm, it's not ideal, but I don't see any better option. I'll close this and publish the new crate in a moment.