[][src]Module storagevec::smap

Contains the StorageMap; a feature-gated map structure that alternates between stack and heap storage depending on the alloc feature.

Structs

StorageMap

A map object that with either use the tinymap TinyMap or the hashbrown HashMap as a backing implementation. It will use the alloc feature to control this.