Crate cbuf [] [src]

Non-thread-shareable, simple and efficient Circular Buffer implementation that can store N elements when full (typical circular buffer implementations store N-1) without using separate flags.

Uses only core so can be used in #[no_std] projects by using no_std feature.

Structs

CBuf

Circular Buffer

CBufControl

Circular Buffer Control

Traits

CopyOrClone