qcollect-traits 0.5.3

Traits for being generic over collection-types.
docs.rs failed to build qcollect-traits-0.5.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: qcollect-traits-0.5.1
Sequence Collections slice Vec VecDeque LinkedList BitVec BinaryHeap SmallVec ArrayVec
OrderedCollection
                 |       |     |          |            |        |            |          |          

Len | ⚫ | ⚫ | ⚫ | ⚫ | ⚫ | ⚫ | ⚫ | ⚫
Capacity | | ⚫ | ⚫ | | ? | ⚫ | ⚫ | ⚫
Reserve | | ⚫ | ⚫ | | ? | ⚫ | ⚫ |
ShrinkToFit | | ⚫ | ⚫ | | ⚫ | ⚫ | ? |
Clear | | ⚫ | ⚫ | ⚫ | ⚫ | ⚫ | ⚫ | ⚫
| | | | | | | |
Contains | ⚫ | ⚫ | | | ? | | ⚫ | ⚫
Get | ⚫ | ⚫ | | | ⚫ | | ⚫ | ⚫ GetMut | ⚫ | ⚫ | | | | | ⚫ | ⚫
Iterate | ⚫ | ⚫ | ⚫ | ⚫ | ⚫ | ⚫ | ⚫ | ⚫
IterateMut | ⚫ | ⚫ | ⚫ | ⚫ | | ⚫ | ⚫ | ⚫
| | | | | | | |
Insert | | ⚫ | ? | ? | ? | ⚫ | ⚫ | ⚫
Insert2 | | ⚫ | ? | ? | ? | ⚫ | ⚫ | ⚫
Remove | | ⚫ | ? | ? | ? | ⚫ | ⚫ | ⚫
PushFront | | ? | ⚫ | ⚫ | | ? | ? | ? PushBack | | ⚫ | ⚫ | ⚫ | | ? | ⚫ | ⚫
PopFront | | ? | ⚫ | ⚫ | | ? | ? | ?
PopBack | | ⚫ | ⚫ | ⚫ | | ? | ⚫ | ⚫

.

Set Collections HashSet BTreeSet BitSet FlatSet
OrderedCollection
                 |         |          |        |        

Len | ⚫ | ⚫ | ⚫ | ⚫
Capacity | ⚫ | | ? | ⚪
Reserve | ⚫ | | ? | ⚪
ShrinkToFit | ⚫ | | ? | ⚪
Clear | ⚫ | ⚫ | ⚫ | ⚪
| | | |
Contains | ⚫ | ⚫ | ? | ⚫
Iterate | ⚫ | ⚫ | ⚫ | ⚫
| | | |
Insert | ⚫ | ⚫ | ⚫ | ⚪
Remove | ⚫ | ⚫ | ⚫ | ⚪

.

Map Collections HashMap BTreeMap VecMap FlatMap
OrderedCollection
                 |         |          |        |   

Len | ⚫ | ⚫ | ⚫ | ⚫
Capacity | ⚫ | | ⚫ | ⚪
Reserve | ⚫ | | ? | ⚪
ShrinkToFit | ⚫ | | ⚫ | ⚪
Clear | ⚫ | ⚫ | ⚫ | ⚪
| | | |
Contains | ⚫ | ⚫ | ⚫ | ⚫
Get | ⚫ | ⚫ | ⚫ | ⚫
GetMut | ⚫ | ⚫ | ⚫ | ⚪
Iterate | ⚫ | ⚫ | ⚫ | ⚫
IterateMut | ⚫ | ⚫ | ⚫ | ⚪
| | | |
Insert | ⚫ | ⚫ | ⚫ | ⚪
Insert2 | ⚫ | ⚫ | ⚫ | ⚪
Remove | ⚫ | ⚫ | ⚫ | ⚪