2 releases
| 0.1.1 | Jan 17, 2021 |
|---|---|
| 0.1.0 | Sep 25, 2020 |
#5 in #tiny-vec
26KB
527 lines
tinydeque
A deque structure inspired by the tinyvec crate. Contains ArrayDeque, which uses an array as backing storage and TinyDeque, which uses both the stack and the heap.
License
MIT/Apache2 License
Dependencies
~135KB