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 |
#2461 in Data structures
70KB
866 lines
deqmap
A double-ended queue with optional keys, implemented with a VecDeque
and a Hashmap
.
0.0.4 | Oct 31, 2022 |
---|---|
0.0.3 | Oct 29, 2022 |
0.0.2 | Oct 29, 2022 |
0.0.1 | Oct 28, 2022 |
#2461 in Data structures
70KB
866 lines
deqmap
A double-ended queue with optional keys, implemented with a VecDeque
and a Hashmap
.