slice-ring-buffer 0.3.4

A double-ended queue that Deref's into a slice.
Documentation
[badges.maintenance]
status = "passively-maintained"

[features]
default = ["use_std"]
unix_sysv = []
use_std = ["libc/use_std"]

[package]
authors = ["Linus Probert <linus.probert@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "A double-ended queue that Deref's into a slice."
documentation = "https://docs.rs/crate/slice-ring-buffer/"
edition = "2018"
homepage = "https://github.com/liquidityc/slice_ring_buffer"
keywords = ["collection", "deque", "ring", "circular", "buffer"]
license = "MIT/Apache-2.0"
name = "slice-ring-buffer"
readme = "README.md"
repository = "https://github.com/liquidityc/slice_ring_buffer"
version = "0.3.4"

[profile.bench]
codegen-units = 1
debug = 0
debug-assertions = false
lto = true
opt-level = 3
rpath = false

[profile.dev]
codegen-units = 4
debug = 2
debug-assertions = true
incremental = true
lto = false
opt-level = 0
panic = "unwind"

[target.'cfg(all(any(target_os = "macos", target_os = "ios"), not(feature = "unix_sysv")))'.dependencies.mach2]
default-features = false
version = "0.4.1"

[target.'cfg(any(unix, target_os = "dragonfly"))'.dependencies.libc]
default-features = false
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
default-features = false
features = ["memoryapi", "handleapi", "sysinfoapi", "winbase"]
version = "0.3.*"