Skip to main content

Module group

Module group 

Source
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§

GroupSpec
Supplies repeating-group structure to the dictionary-driven decoder without truefix-core depending on truefix-dict (the dictionary implements this trait). See crate::decode_with_groups.