allocvec 1.0.0

A vector type that preserves the index of every inserted element
Documentation
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std", "algorithms", "data-structures"]
description = "A vector type that preserves the index of every inserted element"
edition = "2024"
keywords = ["no_std", "vec", "alloc"]
license = "MIT"
name = "allocvec"
readme = "README.md"
repository = "https://github.com/bohdloss/allocvec"
version = "1.0.0"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]