[go: up one dir, main page]

tinyvec 1.0.0-alpha.1

Just, really the littlest Vec you could need. So smol.
[[bench]]
harness = false
name = "macros"
required-features = ["alloc"]

[[test]]
name = "tinyvec"
required-features = ["alloc"]
[dependencies.tinyvec_macros]
optional = true
version = "0.1"
[dev-dependencies.criterion]
version = "0.3.0"

[features]
alloc = ["tinyvec_macros"]
default = []
experimental_write_impl = []
grab_spare_slice = []
nightly_const_generics = []
nightly_slice_partition_dedup = []
rustc_1_40 = []

[package]
authors = ["Lokathor <zefria@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "Just, really the littlest Vec you could need. So smol."
edition = "2018"
keywords = ["vec", "no_std", "no-std", "smol"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "tinyvec"
repository = "https://github.com/Lokathor/tinyvec"
version = "1.0.0-alpha.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docs_rs"]
[profile.test]
opt-level = 3