Docs.rs
rolling-buffer-0.1.1
rolling-buffer 0.1.1
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
ArtyomBA
Dependencies
Versions
5.26%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Module buffer
rolling_
buffer
0.1.1
Module buffer
Module Items
Structs
In rolling_
buffer::
buffer
rolling_buffer
::
buffer
Module
buffer
Copy item path
Source
Structs
ยง
Rolling
Buffer
RollingBuffer is a fixed size heap buffer that will override the beginning of the buffer when it is full RollingBuffer is a very simple Vec wrapper that only uses safe code.