tinyvec 0.3.4

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

[[test]]
name = "tinyvec"
required-features = ["alloc"]
[badges.appveyor]
repository = "Lokathor/tinyvec"

[badges.travis-ci]
repository = "Lokathor/tinyvec"

[dependencies]
[dev-dependencies.criterion]
version = "0.3.0"

[features]
alloc = []
default = []
experimental_write_impl = []
grab_spare_slice = []
nightly_const_generics = []
nightly_slice_partition_dedup = []

[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 = "0.3.4"
[package.metadata.docs.rs]
all-features = true