bitflags

Module serde

source
Expand description

Specialized serialization for flags types using serde.

Functionsยง

  • Deserialize a set of flags from a human-readable string or their underlying bits.
  • Serialize a set of flags as a human-readable string or their underlying bits.