Module ccache::hashmap[][src]

stable hashmap implementation, based on hashbrown::raw::RawTable

Modules

user

user-reimplementable types for the hashmap

Structs

SimpleHmap

Simple, stable hashmap with indexes

Traits

HashMap

Trait to reimplement to use an hashmap with ccache