ruffer 1.0.3

A simple overwriting ring buffer library written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ruffer"
description = "A simple overwriting ring buffer library written in Rust."
version = "1.0.3"
edition = "2021"
license = "Apache-2.0"
authors = ["Chris Buchter"]
repository = "https://github.com/PrintPractical/ruffer"

[features]
sync = []

[dependencies]