array-queue 0.4.3

Fixed size bidirectional queues based on arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# array-queue

[![GitHub Action](https://img.shields.io/github/actions/workflow/status/raviqqe/nonbox/test.yaml?branch=main&style=flat-square)](https://github.com/raviqqe/nonbox/actions)
[![Crates.io](https://img.shields.io/crates/v/array-queue.svg?style=flat-square)](https://crates.io/crates/array-queue)
[![License](https://img.shields.io/github/license/raviqqe/array-queue.svg?style=flat-square)][license]

Fixed size bidirectional queues based on arrays.

## License

[MIT][license]

[license]: https://github.com/raviqqe/array-queue/blob/main/LICENSE