4 releases

0.0.4 Oct 31, 2022
0.0.3 Oct 29, 2022
0.0.2 Oct 29, 2022
0.0.1 Oct 28, 2022

#2326 in Data structures

Download history 17/week @ 2024-02-19 3/week @ 2024-02-26 70/week @ 2024-04-01

70 downloads per month

MIT/Apache

70KB
866 lines

deqmap

Crate API Lines Of Code

A double-ended queue with optional keys, implemented with a VecDeque and a Hashmap.

No runtime deps