Crate xorfilter[][src]

Library implements xor-filter.

This is a port of its original implementation written in golang.

Structs

BuildHasherDefault

Wrapper type for std::hash::BuildHasherDefault.

Xor8

Type Xor8 is probabilistic data-structure to test membership of an element in a set.