Module once_set

Source

Structsยง

OnceSet
A HashSet that only allows insertions and uses interior mutablity. This allows it to be used in a global static.