iona 0.3.3

A high-performance, memory mirror circular buffer
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]

#[cfg(not(target_os = "linux"))]
compile_error!("Linux only, sorry.");

mod iona;

pub use iona::IonaBuffer;