[][src]Module string_cache::atom

Structs

Atom

Represents a string that has been interned.

EmptyStaticAtomSet

An empty static atom set for when only dynamic strings will be added

PhfStrSet

A string set created using a perfect hash function, specifically Hash, Displace and Compress.

Traits

StaticAtomSet

A static PhfStrSet

Type Definitions

DefaultAtom

Use this if you don’t care about static atoms.