[[bench]]
harness = false
name = "construct"
[[bench]]
harness = false
name = "tinystr"
[dependencies.tinystr-macros]
version = "0.2"
[dependencies.tinystr-raw]
version = "0.1"
[dev-dependencies.criterion]
version = "0.3"
[features]
alloc = []
default = ["std"]
std = []
[package]
authors = ["Raph Levien <raph.levien@gmail.com>", "Zibi Braniecki <zibi@braniecki.net>", "Shane F. Carr <shane@sffc.xyz>"]
categories = ["data-structures"]
description = "A small ASCII-only bounded length string representation.\n"
edition = "2018"
keywords = ["string", "str", "small", "tiny", "no_std"]
license = "Apache-2.0/MIT"
name = "tinystr"
readme = "README.md"
repository = "https://github.com/zbraniecki/tinystr"
version = "0.4.0"