stack_dst 0.6.0

A wrapper that allows storage of unsized values of up to a fixed size inline (without boxing)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
alloc = []
default = ["std", "alloc"]
std = []
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.6.0"
[package.metadata.docs.rs]
all-features = true