smallvectune 0.0.1

Wrapper for SmallVec that writes out capacity information
Documentation
[dependencies.crossbeam-channel]
version = "0.2.5"

[dependencies.lazy_static]
version = "1.0"

[dependencies.smallvec]
version = "0.6.5"

[dev-dependencies.rand]
version = "0.5.5"

[features]
default = ["std"]
std = ["smallvec/std"]
union = ["smallvec/union"]

[package]
authors = ["Andre Bogus <bogusandre@gmail.com>"]
categories = ["data-structures"]
description = "Wrapper for SmallVec that writes out capacity information"
keywords = ["small", "vec", "vector", "stack", "tuning"]
license = "MIT/Apache-2.0"
name = "smallvectune"
repository = "https://github.com/llogiq/smallvectune"
version = "0.0.1"