Module dedup

Source
Expand description

Deduplication strategies of an Attrs’ field parsing.

Enums§

First
Deduplication strategy picking only the first parsed value of an Attrs’ field.
Last
Deduplication strategy picking only the last parsed value of an Attrs’ field.
Unique
Deduplication strategy allowing only a single value of an Attrs’ field to appear.

Traits§

Dedup
Abstracted deduplication strategy of an Attrs’ field parsing into a field::Container.