smartstring 0.2.6

Compact inlined strings
Documentation
[[bench]]
harness = false
name = "smartstring"
[badges.travis-ci]
branch = "master"
repository = "bodil/smartstring"
[dependencies.arbitrary]
optional = true
version = "0.4"

[dependencies.proptest]
optional = true
version = "0.10"

[dependencies.serde]
optional = true
version = "1"

[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"

[dev-dependencies.serde_test]
version = "1"

[features]
default = ["std"]
std = []
test = ["std", "arbitrary", "arbitrary/derive"]

[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", "sso", "inline-string"]
license = "MPL-2.0+"
name = "smartstring"
readme = "./README.md"
repository = "https://github.com/bodil/smartstring"
version = "0.2.6"
[package.metadata.docs.rs]
features = ["arbitrary", "proptest", "serde"]