slice_ring_buf 0.1.0

A fast ring buffer implementation optimized for working with slices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Billy Messenger <https://github.com/BillyDM>"]
categories = ["data-structures"]
description = "A fast ring buffer implementation optimized for working with slices"
documentation = "https://docs.rs/slice_ring_buf"
edition = "2018"
keywords = ["ring", "circular", "buffer", "dsp"]
license = "MIT"
name = "slice_ring_buf"
readme = "README.md"
repository = "https://github.com/BillyDM/slice_ring_buf"
version = "0.1.0"