stack-buf 0.1.5

Vector-like facade for arrays allocated entirely on the stack.
[dependencies.serde]
optional = true
version = "1.0"

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

[package]
authors = ["David Li <davidli2010@foxmail.com>"]
categories = ["data-structures"]
description = "Vector-like facade for arrays allocated entirely on the stack."
documentation = "https://docs.rs/stack-buf"
edition = "2018"
homepage = "https://github.com/davidli2010/stack-buf"
keywords = ["stack", "vector", "vec", "str", "no_std"]
license = "MIT OR Apache-2.0"
name = "stack-buf"
readme = "README.md"
repository = "https://github.com/davidli2010/stack-buf.git"
version = "0.1.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]