Docs.rs
spsc-buffer-0.1.1
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
spsc-buffer 0.1.1
Single-producer single-consumer lock-free buffer
Crate
Source
Builds
Feature flags
Documentation
Coverage
92.86%
13
out of
14
items documented
0
out of
13
items with examples
Size
Source code size: 22.44 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 611.86 kB
This is the summed size of all files generated by rustdoc for all configured targets
Links
davidhewitt/spsc-buffer
2
0
0
crates.io
Dependencies
criterion ^0.2
dev
Versions
0.1.1
0.1.0
Owners
spsc-buffer
Simple lock-free single-producer single-consumer buffer using a single atomic.