[][src]Type Definition cddl_cat::ivt::RulesWithStrings

type RulesWithStrings = BTreeMap<String, (RuleDef, String)>;

A set of CDDL rules.

Each rule has a name, some (optional) generic parameters, and a definition Node.

RulesWithStrings is exactly like RulesByName, except that it preserves the original CDDL text for the rule, to assist in debugging.