[][src]Module rkyv::std_impl::hashbrown

Archive implementation for HashMap.

Modules

validation

Validation implementations for HashMap and HashSet.

Structs

ArchivedHashMap

An archived HashMap. This is a direct port of the standard library hashbrown hash map for rkyv.

ArchivedHashSet

An archived HashSet. This is a wrapper around a hash map with the same key and a value of ().

Iter

An iterator over the key-value pairs of a hash map.

IterPin

An iterator over the mutable key-value pairs of a hash map.

Keys

An iterator over the keys of a hash map.

Values

An iterator over the values of a hash map.

ValuesPin

An iterator over the mutable values of a hash map.