Skip to main content

bloom_insert

Function bloom_insert 

Source
pub fn bloom_insert(bloom: &mut [u8], value: &str)
Expand description

Insert a string value into a bloom filter buffer.

The buffer must be exactly BLOOM_BYTES in length.