expanding_slice_rb 0.1.2

A self-expanding ring buffer optimized for working with slices of data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "expanding_slice_rb"
version = "0.1.2"
dependencies = [
 "slice_ring_buf",
]

[[package]]
name = "slice_ring_buf"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8c1ea0e279f6af0db5d71609fa2361c956e4bf3b942db9f1934bb783b755459"