2 releases

0.1.1 Jan 17, 2021
0.1.0 Sep 25, 2020

#9 in #backing

21 downloads per month

MIT/Apache

26KB
527 lines

tinydeque

Build Status crates.io docs.rs

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

~265KB