[badges.codecov]
branch = "master"
repository = "danielhenrymantilla/stackvec-rs"
service = "github"
[badges.travis-ci]
branch = "master"
repository = "danielhenrymantilla/stackvec-rs"
[dependencies]
[features]
a_thousand_array_impls = []
default = ["a_thousand_array_impls"]
nightly = []
[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
categories = ["no-std", "memory-management", "rust-patterns"]
description = "A crate to use stack-allocated Vectors (performance and/or no-std)"
documentation = "https://docs.rs/stackvec/"
homepage = "https://github.com/danielhenrymantilla/stackvec-rs"
keywords = ["stack", "vec", "inline", "no-std", "performance"]
license = "MIT"
name = "stackvec"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/stackvec-rs"
version = "0.1.1"
[package.metadata.docs.rs]
features = ["nightly", "a_thousand_array_impls"]
no-default-features = true
[profile.bench]
debug = true
debug-assertions = false
lto = true
opt-level = 3
overflow-checks = false
[profile.dev]
codegen-units = 4
debug = true
debug-assertions = true
opt-level = 0
[profile.release]
debug = false
debug-assertions = false
lto = true
opt-level = 3
overflow-checks = false