smartstring 1.0.1

Compact inlined strings
Documentation
[[bench]]
harness = false
name = "smartstring"
[badges.travis-ci]
branch = "master"
repository = "bodil/smartstring"
[build-dependencies.autocfg]
version = "1"

[build-dependencies.version_check]
version = "0.9"
[dependencies.arbitrary]
optional = true
version = "1"

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

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

[dependencies.static_assertions]
version = "1"
[dev-dependencies.criterion]
version = "0.3"

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

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

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

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

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

[package]
authors = ["Bodil Stokke <bodil@bodil.org>"]
build = "./build.rs"
categories = ["data-structures"]
description = "Compact inlined strings"
documentation = "http://docs.rs/smartstring"
edition = "2021"
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"
resolver = "2"
rust-version = "1.57"
version = "1.0.1"
[package.metadata.docs.rs]
features = ["arbitrary", "proptest", "serde"]