tinyvec 0.1.2

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