# tinydeque
[](https://dev.azure.com/jtnunley01/gui-tools/_build/latest?definitionId=8&branchName=master)
[](https://crates.io/crates/tinydeque)
[](https://docs.rs/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