[go: up one dir, main page]

string 0.1.3

A UTF-8 encoded string with configurable byte storage.
Documentation
[package]
name = "string"
# When releasing to crates.io:
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Update README.md.
# - Update doc URL.
# - Create "v0.1.x" git tag.
version = "0.1.3"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "A UTF-8 encoded string with configurable byte storage."
documentation = "https://docs.rs/string/0.1.3/string/"
homepage = "https://github.com/carllerche/string"
repository = "https://github.com/carllerche/string"
readme = "README.md"
keywords = ["string"]
categories = ["data-structures"]

[badges.travis-ci]
repository = "carllerche/string"
branch = "master"

[dependencies]