A double-ended queue that dereferences into a slice.
# Cargo.toml
[dependencies]
slice-deque = "0.3.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a double-ended queue and access it as a slice.
Use stable alternatives like `std::collections::VecDeque`.
No dependency data recorded yet.