Crate e_ring[−][src]
Expand description
A no_std append only ring buffer, when full new element replace oldest one
Structs
Contains min and max value in a Ring
Append only data structure, replace oldest element when reach maximum capacity of N
elements
Traits
Trait defining a range
method to find min and max in one iteration