collection_tools 0.4.0

Collection of general purpose tools to manipulate collections( containers like Vec/HashMap/HashSet ).
Documentation

collection_tools

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 5 of them enabled by default.

default

  • enabled
  • collection_constructors
  • collection_std

enabled

    This feature flag does not enable additional features.

collection_constructors

  • literally

collection_std

    This feature flag does not enable additional features.

literally

  • dep:literally

full

  • enabled
  • collection_constructors
  • collection_std

use_alloc

  • no_std
  • hashbrown
  • test_tools/use_alloc

no_std

  • test_tools/no_std

hashbrown

  • dep:hashbrown