async-std 1.13.1

Deprecated in favor of `smol` - Async version of the Rust standard library
Documentation
1
2
3
4
5
6
7
//! The Rust double-ended queue, implemented with a growable ring buffer.

mod extend;
mod from_stream;

#[doc(inline)]
pub use std::collections::VecDeque;