combo_vec 0.4.1

An array that can be resized at runtime but allocated stack space at compile time and doesn't move any data off the stack when it overflows
Documentation
[[bench]]
harness = false
name = "bench"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4.0"

[package]
authors = ["VirxEC"]
categories = ["data-structures"]
description = "An array that can be resized at runtime but allocated stack space at compile time and doesn't move any data off the stack when it overflows"
edition = "2021"
license = "GPL-3.0-only"
name = "combo_vec"
readme = "README.md"
repository = "https://github.com/VirxEC/extendable_array"
version = "0.4.1"
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"