Expand description
Repeating-group builder.
A group is a count tag (NoXxx) plus ordered entries; each entry is a FieldMap whose
first field is the group delimiter. Dictionary-driven parsing of groups from a flat
wire message is added in truefix-dict (Stage S4); this type lets callers build and
encode groups (including nested ones) today.
Structs§
- Group
- A repeating group: a count tag plus its ordered entries.
Traits§
- Group
Spec - Supplies repeating-group structure to the dictionary-driven decoder without
truefix-coredepending ontruefix-dict(the dictionary implements this trait). Seecrate::decode_with_groups.