stack 0.1.2

DSTs and arrays on the stack!
Documentation
[package]
name = "stack"
version = "0.1.2"
authors = ["arcnmx"]

description = "DSTs and arrays on the stack!"
documentation = "http://arcnmx.github.io/stack-rs/stack/"
repository = "https://github.com/arcnmx/stack-rs"
readme = "README.md"
keywords = ["smallvec", "array", "vec", "dst", "stack"]
license = "MIT"

[dependencies]
coalesce = "0.1"
nodrop = "0.1"
unreachable = "0.0"

[features]
unstable = ["nodrop/no_drop_flag"]