compact_string 0.1.0

Compact representation of UTF-8 Strings that are immutable and less than 256 bytes in length.
Documentation
[dependencies.serde]
version = "1"

[dependencies.thiserror]
version = "1.0.24"

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing", "memory-management", "text-processing", "caching"]
description = "Compact representation of UTF-8 Strings that are immutable and less than 256 bytes in length."
edition = "2021"
homepage = "https://github.com/awslabs/compact_string"
keywords = ["string", "compact", "small", "memory", "immutable"]
license = "Apache-2.0"
name = "compact_string"
readme = "README.md"
repository = "https://github.com/awslabs/compact_string"
rust-version = "1.70.0"
version = "0.1.0"