☰
bitflags
2.4.1
Module serde
Functions
In crate bitflags
?
Module
bitflags
::
serde
source
·
[
−
]
Expand description
Specialized serialization for flags types using
serde
.
Functions
deserialize
Deserialize a set of flags from a human-readable string or their underlying bits.
serialize
Serialize a set of flags as a human-readable string or their underlying bits.