[package]
name = "string"
version = "0.2.1"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "A UTF-8 encoded string with configurable byte storage."
homepage = "https://github.com/carllerche/string"
documentation = "https://docs.rs/string/0.2.1/string/"
readme = "README.md"
keywords = ["string"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/carllerche/string"
[dependencies.bytes]
version = "0.4"
optional = true
[features]
default = ["bytes"]
[badges.travis-ci]
branch = "master"
repository = "carllerche/string"