qcollect-traits 0.7.4

Traits for being generic over collection-types.
docs.rs failed to build qcollect-traits-0.7.4
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
Set Collections | HashSet | BTreeSet | BitSet ---------------------|:-------:|:--------:|:------: OrderedCollection | | ⚫ | ⚫ | | | Len | ⚫ | ⚫ | ⚫ Capacity | ⚫ | | ? Reserve | ⚫ | | ? ShrinkToFit | ⚫ | | ? Clear | ⚫ | ⚫ | ⚫ | | | Contains | ⚫ | ⚫ | ? Iterate | ⚫ | ⚫ | ⚫ | | | Insert | ⚫ | ⚫ | ⚫ Remove | ⚫ | ⚫ | ⚫ . Map Collections | HashMap | BTreeMap | VecMap ---------------------|:-------:|:--------:|:------: OrderedCollection | | ⚫ | ⚫ | | | Len | ⚫ | ⚫ | ⚫ Capacity | ⚫ | | ⚫ Reserve | ⚫ | | ? ShrinkToFit | ⚫ | | ⚫ Clear | ⚫ | ⚫ | ⚫ | | | Contains | ⚫ | ⚫ | ⚫ Get | ⚫ | ⚫ | ⚫ GetMut | ⚫ | ⚫ | ⚫ Iterate | ⚫ | ⚫ | ⚫ IterateMut | ⚫ | ⚫ | ⚫ | | | Insert | ⚫ | ⚫ | ⚫ Remove | ⚫ | ⚫ | ⚫