queue-model 0.1.1

Abstraction of the concept of a queue
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.safe-modular-arithmetic]
version = "0.2.4"

[features]
alloc = []
default = ["alloc"]

[package]
authors = ["Nick Mertin <nickmertin@gmail.com>"]
description = "Abstraction of the concept of a queue"
edition = "2018"
license = "Apache-2.0"
name = "queue-model"
repository = "https://gitlab.com/nickmertin/queue-model"
version = "0.1.1"