orx-split-vec 3.23.0

An efficient dynamic capacity vector with pinned element guarantees.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "orx-split-vec"
version = "3.23.0"
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An efficient dynamic capacity vector with pinned element guarantees."
readme = "README.md"
keywords = [
    "vec",
    "array",
    "split",
    "fragments",
    "pinned",
]
categories = [
    "data-structures",
    "rust-patterns",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orxfun/orx-split-vec/"

[lib]
name = "orx_split_vec"
path = "src/lib.rs"

[[test]]
name = "con_iter_over_range"
path = "tests/con_iter_over_range.rs"

[[test]]
name = "con_iter_trait_bounds"
path = "tests/con_iter_trait_bounds.rs"

[[test]]
name = "con_pinned_vec"
path = "tests/con_pinned_vec.rs"

[[test]]
name = "con_pinned_vec_grow"
path = "tests/con_pinned_vec_grow.rs"

[[test]]
name = "first_last"
path = "tests/first_last.rs"

[[test]]
name = "growth_with_ptr_width_32"
path = "tests/growth_with_ptr_width_32.rs"

[[test]]
name = "pinned_on_move"
path = "tests/pinned_on_move.rs"

[[test]]
name = "slices"
path = "tests/slices.rs"

[[test]]
name = "slices_mut"
path = "tests/slices_mut.rs"

[[test]]
name = "sort"
path = "tests/sort.rs"

[[bench]]
name = "append"
path = "benches/append.rs"

[[bench]]
name = "from"
path = "benches/from.rs"
harness = false

[[bench]]
name = "grow"
path = "benches/grow.rs"

[[bench]]
name = "par_collect_map_filter_owned"
path = "benches/par_collect_map_filter_owned.rs"

[[bench]]
name = "par_collect_map_filter_ref"
path = "benches/par_collect_map_filter_ref.rs"

[[bench]]
name = "random_access"
path = "benches/random_access.rs"

[[bench]]
name = "serial_access"
path = "benches/serial_access.rs"
harness = false

[dependencies.orx-concurrent-iter]
version = "3.3.0"
default-features = false

[dependencies.orx-iterable]
version = "1.3.0"
default-features = false

[dependencies.orx-pinned-vec]
version = "3.23.0"
default-features = false

[dependencies.orx-pseudo-default]
version = "2.1.0"
default-features = false

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.rand]
version = "0.9.2"
default-features = false

[dev-dependencies.rand_chacha]
version = "0.9"
default-features = false

[dev-dependencies.test-case]
version = "3.3.1"