Module chainless_batcher

Source
Expand description

A Batcher implementation based on merge sort.

Structs§

Batcher
A batcher that simple merges BatcherStorage implementors.

Traits§

BatcherStorage
A type that can be used as storage within a merge batcher.