cap_vec 0.1.0

A heap-allocated, fixed-capacity, variable-size array, no_std compatible.
Documentation
[lib]
name = "cap_vec"
path = "src/lib.rs"

[package]
authors = ["Davide Di Carlo <daddinuz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A heap-allocated, fixed-capacity, variable-size array, no_std compatible."
edition = "2024"
keywords = ["array", "collections", "list", "vec", "heap"]
license = "MIT"
name = "cap_vec"
readme = "README.md"
repository = "https://github.com/daddinuz/cap_vec"
rust-version = "1.85"
version = "0.1.0"