hipstr 0.3.2

Yet another string for Rust: zero-cost borrow and slicing, inline representation for small strings, (atomic) reference counting
Documentation
[dependencies.serde]
optional = true
version = "1.0.69"

[dependencies.serde_bytes]
optional = true
version = "0.11.5"
[dev-dependencies.fastrand]
version = "2.0.0"

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

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

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

[features]
serde = ["dep:serde", "dep:serde_bytes"]
unstable = []

[package]
authors = ["Polazarus <polazarus@users.noreply.github.com>"]
categories = ["memory-management", "data-structures"]
description = "Yet another string for Rust: zero-cost borrow and slicing,\n    inline representation for small strings, (atomic) reference counting"
edition = "2021"
keywords = ["string", "refcount", "inline", "arc_str", "cow"]
license = "MIT OR Apache-2.0"
name = "hipstr"
readme = "README.md"
repository = "https://github.com/polazarus/hipstr"
rust-version = "1.65.0"
version = "0.3.2"