Crate scored_set

Source

Structsยง

ScoredSortedSet
A thread-safe, scored, and sorted set of items. The set uses a BTreeMap to store items with their associated scores. Items with the same score are stored in a vector.