arc_queue_pool 0.1.0

A pool of Arcs that are dropped in the same order they were created
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "arc_queue_pool"
version = "0.1.0"
edition = "2021"
description = "A pool of Arcs that are dropped in the same order they were created"
license = "MIT"
repository = "https://github.com/davidspies/arcpool"

[dependencies]
consume_on_drop.workspace = true
derive-where.workspace = true
parking_lot.workspace = true

stable_queue.workspace = true

[dev-dependencies]
bitvec.workspace = true