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

refactor(pdb): Use bitflags crate for page flags #98

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

Holzhaus
Copy link
Owner

@Holzhaus Holzhaus commented Nov 5, 2022

Idea how to improve the pageflags struct. Unsure if it already makes sense to merge this, because it introduces an additional dependency.

Resolves #95.

@Swiftb0y
Copy link
Contributor

Swiftb0y commented Nov 6, 2022

Do we want yet another convenience proc macro crate as a dependency?

@Holzhaus
Copy link
Owner Author

Holzhaus commented Nov 6, 2022

That's why it's a draft. Wasn't sure about this. If we expose that flags type (and have more than one), it might make sense. Right now, it doesn't really.

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.

Improve pdb::PageFlags struct
2 participants