[dependencies.orx-fixed-vec]
default-features = false
version = "3.22.0"
[dependencies.orx-pinned-concurrent-col]
default-features = false
version = "2.18.0"
[dependencies.orx-pinned-vec]
default-features = false
version = "3.21.0"
[dependencies.orx-split-vec]
default-features = false
version = "3.22.0"
[dev-dependencies.orx-concurrent-iter]
default-features = false
version = "3.1.0"
[dev-dependencies.orx-iterable]
version = "1.3.0"
[dev-dependencies.test-case]
version = "3.3.1"
[lib]
name = "orx_concurrent_ordered_bag"
path = "src/lib.rs"
[package]
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "concurrency", "rust-patterns", "no-std"]
description = "An efficient, convenient and lightweight grow-only concurrent data structure allowing high performance and ordered concurrent collection."
edition = "2024"
keywords = ["concurrency", "parallelization", "data-structures", "atomic", "lock-free"]
license = "MIT OR Apache-2.0"
name = "orx-concurrent-ordered-bag"
readme = "README.md"
repository = "https://github.com/orxfun/orx-ordered-concurrent-bag/"
version = "3.4.0"
[[test]]
name = "drop"
path = "tests/drop.rs"
[[test]]
name = "parallel_map"
path = "tests/parallel_map.rs"
[[test]]
name = "set_con_iter"
path = "tests/set_con_iter.rs"
[[test]]
name = "set_value"
path = "tests/set_value.rs"
[[test]]
name = "set_values"
path = "tests/set_values.rs"
[[test]]
name = "set_values_con_iter"
path = "tests/set_values_con_iter.rs"