Function simhash::simhash_stream[][src]

pub fn simhash_stream<'w, W>(words: W) -> u64 where
    W: Iterator<Item = &'w str>, 

Calculate u64 simhash from stream of &str words