qcollect-traits 0.4.1

Traits for being generic over collection-types.
docs.rs failed to build qcollect-traits-0.4.1
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

TODO

  • vec_map-feature?
  • Entry-api?
  • keyed-api?

FIXME

  • remove all 'static-bounds
  • if Output == T, disable methods which retrieve T by mut ref (get_mut, iter_mut)