smartstring 0.2.0

Compact inlined strings
Documentation
[[bench]]
harness = false
name = "smartstring"
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "0.4"

[dependencies.static_assertions]
version = "1.1.0"
[dev-dependencies.criterion]
version = "0.3.2"

[dev-dependencies.proptest]
version = "0.10"

[dev-dependencies.proptest-derive]
version = "0.2"

[dev-dependencies.rand]
version = "0.7.3"

[features]
test = ["arbitrary"]

[package]
authors = ["Bodil Stokke <bodil@bodil.org>"]
categories = ["data-structures"]
description = "Compact inlined strings"
documentation = "http://docs.rs/smartstring"
edition = "2018"
exclude = ["release.toml", "proptest-regressions/**"]
keywords = ["cache-local", "cpu-cache", "small-string", "inline-string"]
license = "MPL-2.0+"
name = "smartstring"
readme = "./README.md"
repository = "https://github.com/bodil/smartstring"
version = "0.2.0"