fastvec 0.3.0

A vector crate that stores small data on the stack and automatically spills to the heap when needed.
Documentation
[dependencies.serde_core]
default-features = false
optional = true
version = "1"

[features]
nightly = []
serde = ["dep:serde_core"]
std = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A vector crate that stores small data on the stack and automatically spills to the heap when needed."
documentation = "https://docs.rs/fastvec"
edition = "2024"
exclude = ["benches", ".github"]
keywords = ["small", "vec", "stack", "no_std", "fastvec"]
license = "MIT OR Apache-2.0"
name = "fastvec"
readme = "README.md"
repository = "https://github.com/Mysvac/fastvec-rs"
rust-version = "1.90.0"
version = "0.3.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]