flex_array 0.1.0

A `#[no_std]` flexible array much like std::Vec but with custom indices and length and capacity types.
Documentation
[dependencies]

[features]
default = []
experimental_allocator = []
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.1.0"

[package.metadata.docs.rs]
features = ["std_alloc"]