2 releases
Uses old Rust 2015
0.1.1 | Jul 8, 2019 |
---|---|
0.1.0 | Apr 7, 2019 |
#2175 in Data structures
22,302 downloads per month
Used in 48 crates
(3 directly)
46KB
422 lines
bounded-vec-deque
provides a VecDeque
wrapper with an upper bound on the length.
See the type-level documentation on the docs.rs.
website (or in src/lib.rs
if you prefer) for more information. Source code, revision history, and issue tracking are available on the gitlab.com.
website. bounded-vec-deque
releases are additionally published on crates.io.
.
Caveats Up Front
bounded-vec-deque
requires Rust 1.28.0 (released 2018-08-02) or later.