slice_ring_buf 0.1.2

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]