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

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