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.