spsc_ringbuf_core/
lib.rs

1// Include std only in cargo test
2#![cfg_attr(not(test), no_std)]
3pub mod ringbuf_ref;
4pub mod shared_singleton;
5pub mod ringbuf;
6pub mod shared_pool;