[package] name = "smolset" version = "1.3.1" authors = ["Chris Fallin ", "Hanif Bin Ariffin "] description = """" An unordered set of elements optimized for small sizes. This is a fork of the original library with overhauled internals, better fallback perforamance (O(1) insert and find) and more features! """ repository = "https://github.com/hbina/smolset" license = "MIT" [dependencies] smallvec = "1.6.1"