Codec for hash sets. Takes converter for single hashable value and
returns a set of hashable values.
Example:
Haskell
HashSet Int can look like this in your
TOML file:
foo = [1, 2, 3]
In case of the missing field, the following error will be seen:
tomland decode error: Key foo is not found