[dependencies.bytes]
version = "1"
[dependencies.serde]
default_features = false
optional = true
version = "1"
[dev-dependencies.static_assertions]
version = "1.1.0"
[features]
default = ["std"]
std = ["serde/std"]
[package]
authors = ["Volo Team <volo@cloudwego.io>"]
description = "Faststr is a string library that reduces the cost of clone."
edition = "2021"
keywords = ["string", "str", "volo"]
license = "MIT OR Apache-2.0"
name = "faststr"
readme = "README.md"
repository = "https://github.com/volo-rs/faststr"
version = "0.2.7"