deque
deque copied to clipboard
Publish rustdoc?
trafficstars
Would be great to have it :)
Actually, I've been meaning to deprecate this crate at some point. crossbeam has an implementation of a Chase-Lev deque very similar to this one, but with the additional benefit of having a generational "garbage collector," so that dequeued items eventually get deallocated while the queue still exists.
Is the docs at https://docs.rs/deque/0.3.2/deque/ sufficient?