ringbuf-basedrop 0.1.1

A fork of the `ringbuf` crate that uses basedrop's Shared pointer in place of Arc
Documentation
1
2
3
4
5
6
7
8
9
mod access;
mod drop;
mod iter;
#[cfg(feature = "std")]
mod message;
mod multiple;
#[cfg(feature = "std")]
mod read_write;
mod single;