cap_vec 0.3.0

A no_std heap-backed vector with fixed compile-time maximum capacity.
Documentation
[package]
name = "cap_vec"
version = "0.3.0"
edition = "2024"
rust-version = "1.86"
authors = ["Davide Di Carlo <daddinuz@gmail.com>"]
description = "A no_std heap-backed vector with fixed compile-time maximum capacity."
license = "MIT"
readme = "README.md"
repository = "https://github.com/daddinuz/cap_vec"
homepage = "https://github.com/daddinuz/cap_vec"
documentation = "https://docs.rs/cap_vec"
keywords = ["array", "collections", "list", "vec", "heap"]
categories = ["data-structures", "memory-management", "no-std"]

[dev-dependencies]
criterion = "0.8"

[[bench]]
name = "bench"
harness = false