| Crates.io | tinydeque |
| lib.rs | tinydeque |
| version | 0.1.1 |
| created_at | 2020-09-25 18:51:58.239789+00 |
| updated_at | 2021-01-17 21:15:12.866196+00 |
| description | Array-based deque structures |
| homepage | https://github.com/notgull/tinydeque#readme |
| repository | https://github.com/notgull/tinydeque |
| max_upload_size | |
| id | 292936 |
| size | 42,923 |
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.
MIT/Apache2 License