Docs.rs
vmcircbuffer-0.0.10
vmcircbuffer 0.0.10
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bastibl
Dependencies
futures ^0.3.21
normal
optional
once_cell ^1.12
normal
slab ^0.4.6
normal
thiserror ^1.0
normal
rand ^0.8.5
dev
smol ^1.2.5
dev
libc ^0.2.126
normal
winapi ^0.3
normal
Versions
98.63%
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
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
vmcircbuffer
0.0.10
Module nonblocking
Module Items
Structs
In crate vmcircbuffer
vmcircbuffer
Module
nonblocking
Copy item path
Source
Expand description
Non-blocking Circular Buffer that can only check if data is available right now.
Structs
ยง
Circular
Builder for the
non-blocking
circular buffer implementation.
Reader
ReaderState for a non-blocking circular buffer with items of type
T
.
Writer
Writer for a non-blocking circular buffer with items of type
T
.