Module bitflags::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.