Crate trackr

Source

Modules§

iter
Yield the bits of a source flags value in a set of contained flags values.
parser
Parsing flags from text.

Macros§

bitflags
Generate a flags type.
bitflags_match
A macro that matches flags values, similar to Rust’s match statement.

Structs§

Flag
A defined flags value that may be named or unnamed.
TrackedField
A tracked field in a tracked struct which sets a flag when the value is changed.

Traits§

Bits
A bits type that can be used as storage for a flags type.
Flags
A set of defined flags using a bits type as storage.
TrackedStruct

Derive Macros§

Tracked