smol_str 0.3.2

small-string optimized string type with O(1) clone
Documentation
[dependencies.arbitrary]
optional = true
version = "1.3"

[dependencies.borsh]
default-features = false
optional = true
version = "1.4.0"

[dependencies.serde]
default-features = false
optional = true
version = "1.0"

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

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = ["std"]
std = ["serde?/std", "borsh?/std"]

[lib]
name = "smol_str"
path = "src/lib.rs"

[package]
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>", "Lukas Wirth <lukastw97@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "small-string optimized string type with O(1) clone"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "smol_str"
readme = "README.md"
repository = "https://github.com/rust-analyzer/smol_str"
version = "0.3.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "test"
path = "tests/test.rs"

[[test]]
name = "tidy"
path = "tests/tidy.rs"