indexmap-rs/indexmap

`IndexMap` not supported with `serde_seq`

Closed this issue · 2 comments

Would you accept a PR that adds serde_seq_set or similar to support IndexSet?

(could just use the same serialization as IndexMap<T, ()> behind the scenes to make this seamless)

Sets are already serialized as a plain sequence.

Closing, but feel free to reopen if I misunderstood you...