allocvec 1.1.0

A vector type that preserves the index of every inserted element
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "allocvec"
version = "1.1.0"
edition = "2024"
repository = "https://github.com/bohdloss/allocvec"
keywords = ["no_std", "vec", "alloc"]
categories = ["embedded", "no-std", "algorithms", "data-structures"]
description = "A vector type that preserves the index of every inserted element"
license = "MIT"
readme = "README.md"

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

[dependencies]