[][src]Crate fastcdc

Structs

Chunk

Represents a chunk, returned from the FastCDC iterator.

FastCDC

The FastCDC chunker implementation. Use new to construct a new instance, and then iterate over the chunks via the Iterator trait.

Constants

AVERAGE_MAX

Largest acceptable value for the average chunk size.

AVERAGE_MIN

Smallest acceptable value for the average chunk size.

MAXIMUM_MAX

Largest acceptable value for the maximum chunk size.

MAXIMUM_MIN

Smallest acceptable value for the maximum chunk size.

MINIMUM_MAX

Largest acceptable value for the minimum chunk size.

MINIMUM_MIN

Smallest acceptable value for the minimum chunk size.