stackvector 2.0.0

StackVec: vector-like facade for stack-allocated arrays.
Documentation
[package]
authors = ["Alex Huszagh <ahuszagh@ahuszagh.localdomain>"]
categories = ["data-structures"]
description = "StackVec: vector-like facade for stack-allocated arrays."
documentation = "https://docs.rs/stackvector"
edition = "2021"
rust-version = "1.60.0"
keywords = ["vec", "vector", "stack", "no_std"]
license = "MIT/Apache-2.0"
name = "stackvector"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-stackvector"
version = "2.0.0"

[features]
default = ["std"]
# Use the `std` library. Required for `io` support.
std = []
# internal only: enable the lint checks
lint = []