multi_stack_queue 0.2.1

Abstraction layer for a stack-allocated multi-queue with bounded length. WIP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "multi_stack_queue"
version = "0.2.1"
authors = ["Constantin Gierczak--Galle <constantin.gierczak-galle@ens.fr>"]
edition = "2018"
repository = "https://github.com/Sup3Legacy/multi_stack_queue"
keywords = ["queue", "stack-allocated"]
description = "Abstraction layer for a stack-allocated multi-queue with bounded length. WIP"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]