tinyvec 0.2.0

Just, really the littlest Vec you could need. So smol.
Documentation
[[test]]
name = "tinyvec"
required-features = ["alloc"]
[badges.appveyor]
repository = "Lokathor/tinyvec"

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

[dependencies]

[features]
alloc = []
default = []
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"
name = "tinyvec"
repository = "https://github.com/Lokathor/tinyvec"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true