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.