tinydeque 0.1.0

Array-based deque structures
Documentation

tinydeque

Build Status

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