Struct string_cache::atom::PhfStrSet [] [src]

pub struct PhfStrSet {
    pub key: u64,
    pub disps: &'static [(u32, u32)],
    pub atoms: &'static [&'static str],
    pub hashes: &'static [u32],
}

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

See the CHD document for the meaning of the struct fields.

Fields