Crate trackr
Source - iter
- Yield the bits of a source flags value in a set of contained flags values.
- parser
- Parsing flags from text.
- bitflags
- Generate a flags type.
- bitflags_match
- A macro that matches flags values, similar to Rust’s
match
statement.
- 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.
- 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
- Tracked