[dependencies.allocator-api2]
optional = true
version = "0.2.21"
[features]
alloc_api2 = ["dep:allocator-api2"]
alloc_unstable = []
default = []
std_alloc = []
[lib]
name = "flex_array"
path = "src/lib.rs"
[package]
authors = ["Keith Cancel <admin@keith.pro>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "A `#[no_std]` flexible array much like std::Vec but with custom indices and length and capacity types."
edition = "2024"
keywords = ["no_std", "vec", "vector", "array"]
license = "MIT"
name = "flex_array"
readme = "README.md"
repository = "https://github.com/Keith-Cancel/flex_array"
version = "0.2.4"
[package.metadata.docs.rs]
features = ["std_alloc"]