Crate shingles [] [src]

Structs

ShingleHasher

ShingleHasher consumes iterator and reproduces hashes of it items.

Shingles

Shingles works well with slices and utf8 strings. This structure can generate shingles with different steps and hashes of thees shingles.

Shingles2D

Two dimensional shingles structure, has different sizes and steps in each dimension. Can be useful in picture analysis or while considering some text as a single sheet etc.

Traits

AsShingles

An interface for getting shingles from other types.

AsShingles2D

An interface for getting 2D shingles from other types.