tinyvec 0.1.0

Just, really the littlest Vec you could need. So smol.
Documentation
[badges.appveyor]
repository = "Lokathor/tinyvec"

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

[dependencies]

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