compact_strings 4.0.1

A more compact but limited representation of a list of strings or bytestrings.
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1.0"

[features]
default = []
no_unsafe = []
serde = ["dep:serde"]

[package]
description = "A more compact but limited representation of a list of strings or bytestrings."
edition = "2021"
homepage = "https://github.com/Vonr/compact_strings"
include = ["src/**/*", "README.md"]
license = "MIT"
name = "compact_strings"
readme = "README.md"
repository = "https://github.com/Vonr/compact_strings"
rust-version = "1.60.0"
version = "4.0.1"
[package.metadata.docs.rs]
all-features = false
features = ["serde"]
rustdoc-args = ["--cfg", "docsrs"]