This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
Implement Readable
, Writable
, and DataSize
for bitmasks
#28
Labels
The title says it all: implement
cornflakes::Readable
,cornflakes::Writable
, andcornflakes::DataSize
for bitmasks. This is one of the main things holding back a lot of X11 types from being implemented. These masks are implemented using thebitflags
crate.The text was updated successfully, but these errors were encountered: