Docs.rs
circular-buffer-2.0.0
circular-buffer 2.0.0
Permalink
Docs.rs crate page
BSD-3-Clause
28 June 2026
Links
Repository
crates.io
Source
Owners
andreacorbellini
Dependencies
embedded-io ^0.7.1
normal
optional
embedded-io-async ^0.7.0
normal
optional
criterion ^0.8.2
dev
drop-tracker ^0.2.0
dev
futures-lite ^2.6
dev
rand ^0.10.1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module fixed
circular_
buffer
2.0.0
Module fixed
Module Items
Structs
In crate circular_
buffer
circular_buffer
Module
fixed
Copy item path
Source
Expand description
Fixed-size circular buffer.
Structs
ยง
Fixed
Circular
Buffer
A fixed-size circular buffer.
Into
Iter
An owning
iterator
over the elements of a
FixedCircularBuffer
.