orx-concurrent-ordered-bag 1.0.0

An efficient, convenient and lightweight grow-only concurrent data structure allowing high performance and ordered concurrent collection.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "orx-concurrent-iter"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "592141d625c6ba21dab35d14af9d3d3925a47f4a65c1be97849474ce74f6da36"

[[package]]
name = "orx-concurrent-ordered-bag"
version = "1.0.0"
dependencies = [
 "orx-concurrent-iter",
 "orx-fixed-vec",
 "orx-pinned-concurrent-col",
 "orx-pinned-vec",
 "orx-split-vec",
 "test-case",
]

[[package]]
name = "orx-fixed-vec"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1308bb1070e78a3a45a1688ecd54b34cb3619e1008b81e8e418fb5cd49f0a0b"
dependencies = [
 "orx-pinned-vec",
]

[[package]]
name = "orx-pinned-concurrent-col"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17c64e693b18a8286a5536a6e7045b4aebc5ea25f8e9a2dfe9ca5cfe32d783f"
dependencies = [
 "orx-fixed-vec",
 "orx-pinned-vec",
 "orx-split-vec",
]

[[package]]
name = "orx-pinned-vec"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "594db97f35cc7f4b32a361f20d85c7fd37a4ca9c4f09e814210a70aaea6a89c8"

[[package]]
name = "orx-split-vec"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06216da33acb04ae9edb9fa8893cc3ab4853b2dbdbb4c49c2307e2327031690"
dependencies = [
 "orx-pinned-vec",
]

[[package]]
name = "proc-macro2"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "test-case"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
dependencies = [
 "test-case-macros",
]

[[package]]
name = "test-case-core"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f"
dependencies = [
 "cfg-if",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "test-case-macros"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "test-case-core",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"