double_vec_queue 0.1.0

A simple FIFO queue implemented using two vectors.
Documentation
[package]
name = "double_vec_queue"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
authors = [
  "John Williams <jrw@pobox.com>",
]
description = "A simple FIFO queue implemented using two vectors."
repository = "https://github.com/johnw42/double_vec_queue.git"
homepage = "https://github.com/johnw42/double_vec_queue"
keywords = [
  "queue",
  "fifo",
  "data-structures",
]
categories = [
  "data-structures",
]
readme = "README.md"