stack_dst 0.4.3

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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "stack_dst"
version = "0.4.3"
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)"
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"
repository = "https://github.com/thepowersgang/stack_dst-rs"

[features]
default = ["std"]
std = []