[][src]Crate stream_histogram

Structs

Histogram

A Histogram struct include a double linklist and some attributes for manage data. using linkedList for fast insert and merge items in a sorted data structure

HistogramReport