rust/library/alloc
Mara Bos 62226eecb6 Improve BinaryHeap::retain.
It now doesn't fully rebuild the heap, but only the parts that are
necessary.
2021-04-22 14:24:30 +02:00
..
benches Try to make Vec benchmarks only run code they are benchmarking 2021-03-25 00:14:00 -04:00
src Improve BinaryHeap::retain. 2021-04-22 14:24:30 +02:00
tests VecDeque: Add partition_point() #78021 2021-04-15 23:23:23 +02:00
Cargo.toml Add license metadata for std dependencies 2021-02-21 13:36:18 -05:00