Skip to content

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

Draft
Holzhaus wants to merge 1 commit into
mainfrom
bitflags
Draft

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

Conversation

@Holzhaus

@Holzhaus Holzhaus commented Nov 5, 2022

Copy link
Copy Markdown
Owner

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

Swiftb0y commented Nov 6, 2022

Copy link
Copy Markdown
Collaborator

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

@Holzhaus

Holzhaus commented Nov 6, 2022

Copy link
Copy Markdown
Owner Author

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