Skip to content

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

Draft
Holzhaus wants to merge 1 commit intomainfrom
bitflags
Draft

refactor(pdb): Use bitflags crate for page flags#98
Holzhaus wants to merge 1 commit intomainfrom
bitflags

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
Collaborator

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