Expand description
cfg defines conditional compiling options, cfg attribute parser and evaluator
Structs§
- CfgDiff
- CfgOptions
- Configuration options used for conditional compilation on items with
cfgattributes. We have two kind of options in different namespaces: atomic options likeunix, and key-value options liketarget_arch="x86". - DnfExpr
- A
#[cfg]directive in Disjunctive Normal Form (DNF). - Hashable
CfgOptions - A
CfgOptionsthat implementsHash, for the sake of hashing only. - Inactive
Reason