bytestring 1.3.1

A UTF-8 encoded read-only string using `Bytes` as storage
Documentation
[dependencies.bytes]
default-features = false
version = "1.2"

[dependencies.serde]
optional = true
version = "1.0"

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
categories = ["no-std", "web-programming"]
description = "A UTF-8 encoded read-only string using `Bytes` as storage"
edition = "2021"
homepage = "https://actix.rs"
keywords = ["string", "bytes", "utf8", "web", "actix"]
license = "MIT OR Apache-2.0"
name = "bytestring"
readme = "README.md"
repository = "https://github.com/actix/actix-net.git"
rust-version = "1.65"
version = "1.3.1"