Crate e_ring[][src]

A no_std append only ring buffer, when full new element replace oldest one

Structs

Range

Contains min and max value in a Ring

Ring

Append only data structure, replace oldest element when reach maximum capacity of N elements

Traits

FindRange

Trait defining a range method to find min and max in one iteration