[dependencies]
[lib]
name = "inplace_it"
path = "src/lib.rs"
[package]
authors = ["Dmitry Demin <shepardiwe@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Place small arrays on the stack with a low-cost!"
edition = "2018"
license = "MIT"
name = "inplace_it"
readme = "README.md"
repository = "https://github.com/NotIntMan/inplace_it"
version = "0.3.6"
[[test]]
name = "alloc_array"
path = "tests/alloc_array.rs"
[[test]]
name = "drop_correctness"
path = "tests/drop_correctness.rs"
[[test]]
name = "stackalloc_correctness"
path = "tests/stackalloc_correctness.rs"