[go: up one dir, main page]

string 0.3.1

A UTF-8 encoded string with configurable byte storage.
Documentation
[badges.travis-ci]
branch = "master"
repository = "carllerche/string"

[dependencies.bytes]
optional = true
version = "1"

[dependencies.inspect]
optional = true
version = "0.1"

[features]
default = ["bytes"]
valuable = ["inspect"]

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
categories = ["data-structures"]
description = "A UTF-8 encoded string with configurable byte storage."
documentation = "https://docs.rs/string/0.3.1/string/"
edition = "2018"
homepage = "https://github.com/carllerche/string"
keywords = ["string"]
license = "MIT"
name = "string"
readme = "README.md"
repository = "https://github.com/carllerche/string"
version = "0.3.1"