stack_dst 0.8.1

A wrapper that allows storage of unsized values of up to a fixed size inline (without boxing)
Documentation
[dependencies.generic-array]
version = "0.14"

[features]
alloc = []
const_generics = []
default = ["alloc", "const_generics"]
unsize = []

[package]
authors = ["John Hodge <tpg@mutabah.net>"]
description = "A wrapper that allows storage of unsized values of up to a fixed size inline (without boxing)"
documentation = "http://thepowersgang.github.io/stack_dst-rs/target/doc/stack_dst/"
keywords = ["stack", "dst"]
license = "MIT OR Apache-2.0"
name = "stack_dst"
readme = "README.md"
repository = "https://github.com/thepowersgang/stack_dst-rs"
version = "0.8.1"

[package.metadata.docs.rs]
all-features = true