Docs.rs
double_vec_queue-0.1.0
double_vec_queue 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
johnw42
Dependencies
Versions
93.75%
of the crate is documented
This release has been yanked
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate double_vec_queue
double_
vec_
queue
0.1.0
All Items
Crate Items
Structs
Type Aliases
Crate
double_
vec_
queue
Copy item path
Source
Structs
§
Queue
A module implementing a simple FIFO queue with insertion and removal in amortized O(1) time. A simple FIFO queue implemented using two vectors. Insertions and removals are amortized O(1).
Type Aliases
§
Iter
An iterator type for Queue.
IterMut
A mutable iterator type for Queue.