tinyvec_string 0.1.4

tinyvec based string types
Documentation
[[test]]
name = "tinystring"
required-features = ["alloc"]

[[test]]
name = "arraystring"
required-features = ["alloc"]
[dependencies.tinyvec]
version = "0.4"

[features]
alloc = ["tinyvec/alloc"]
default = []
std = ["alloc"]

[package]
authors = ["Benjamin Scherer <ThatsNoMoon.Alderaan@gmail.com>"]
categories = ["no-std", "data-structures", "text-processing"]
description = "tinyvec based string types"
edition = "2018"
keywords = ["no_std", "string", "data-structures"]
license = "MIT OR Apache-2.0"
name = "tinyvec_string"
readme = "README.md"
repository = "https://github.com/ThatsNoMoon/tinyvec_string"
version = "0.1.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docs_rs"]