#![no_std]// We always pull in `std` during tests, because it's just easier
// to write tests when you can assume you're on a capable platform
#[cfg(test)]externcrate std;pubmodring_buffer;pubmodx_deps{pubuse abs_buff;pubuse asyncex;pubuseasyncex::x_deps::{abs_sync, atomex, atomic_sync};}