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
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
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.