bytestring 1.3.0

An immutable UTF-8 encoded string using Bytes as storage
Documentation
[dependencies.bytes]
default-features = false
version = "1.2"

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

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

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
categories = ["no-std", "web-programming"]
description = "An immutable UTF-8 encoded string using Bytes as storage"
edition = "2018"
homepage = "https://actix.rs"
keywords = ["string", "bytes", "utf8", "web", "actix"]
license = "MIT OR Apache-2.0"
name = "bytestring"
repository = "https://github.com/actix/actix-net.git"
version = "1.3.0"