//! # fixed_ring_buffer
//! FixedRingBuffer is an asynchronous SPSC fixed-capacity look-free ring buffer, which can be used to transfer data between two threads or between two asynchronous tasks.
//! The code has been open source to [github](https://github.com/sxfworks/fixed_ring_buffer).