Crate sortedcontainers

Source
Expand description

Sortedcontainers is a growable sorted collection licensed under Apache2 or MIT. You should only consider to use this crate if you want to access to the nth element in a sorted collection. For any other use cases rely on the battle tested BinaryHeap and BTreeMap data structure.

Modulesยง

sorted_container_iter
sorted_containers