Skip to content

Commit 74a7981

Browse files
committed
impl_all is added in documentation
1 parent 910b0d2 commit 74a7981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ In addition, queue implementations are provided in this crate for the following
5454
* `std::collections::BinaryHeap<(N, K)>` implements only `PriorityQueue<N, K>`,
5555
* `priority_queue:PriorityQueue<N, K>` implements both `PriorityQueue<N, K>` and `PriorityQueueDecKey<N, K>`
5656
* requires `--features impl_priority_queue`
57+
* or `--features impl_all`
5758

5859
This allows to use all the queue implementations interchangeably and pick the one fitting best to the use case.
5960

0 commit comments

Comments
 (0)