stack_dst 0.5.0

A wrapper that allows storage of unsized values of up to a fixed size on the stack (requires nighly currently, to drop unsized types)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "stack_dst"
version = "0.5.0"
authors = [ "John Hodge <tpg@mutabah.net>" ]
description = "A wrapper that allows storage of unsized values of up to a fixed size on the stack (requires nighly currently, to drop unsized types)"
repository = "https://github.com/thepowersgang/stack_dst-rs"
documentation = "http://thepowersgang.github.io/stack_dst-rs/target/doc/stack_dst/"
readme = "README.md"
keywords = ["nightly", "stack", "dst"]
license = "MIT OR Apache-2.0"

[features]
default = ["std"]

std = []