Cargo Features

more_collections has no features set by default.

[dependencies]
more_collections = { version = "0.13.6", features = ["all", "hashsetmultimap", "hashvecmultimap", "indexsetmultimap", "indexvecmultimap", "smallmap", "smallset", "vecmap"] }
all = hashsetmultimap, hashvecmultimap, indexsetmultimap, indexvecmultimap, smallmap, smallset, vecmap
hashsetmultimap all? = maplit

Affects multimap::hash_set_multimap

hashvecmultimap all?

Affects multimap::hash_vec_multimap

indexsetmultimap all? = indexmap

Affects multimap::index_set_multimap

indexvecmultimap all? = indexmap

Affects multimap::index_vec_multimap

smallmap all? smallset? = indexmap, smallvec

Affects more_collections::small_map, more_collections::small_set

smallset all? = indexmap, smallmap, smallvec

Affects more_collections::small_set

vecmap all?

Affects more_collections::vec_map

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

indexmap indexsetmultimap? indexvecmultimap? smallmap? smallset?

Affects multimap::index_set_multimap, multimap::index_vec_multimap, more_collections::small_map, more_collections::small_set

maplit hashsetmultimap?

Affects multimap::hash_set_multimap

smallvec smallmap? smallset?

Affects more_collections::small_map, more_collections::small_set