string 0.1.2

A UTF-8 encoded string with configurable byte storage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.travis-ci]
branch = "master"
repository = "carllerche/string"

[dependencies]

[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.1.2/string/"
homepage = "https://github.com/carllerche/string"
keywords = ["string"]
license = "MIT"
name = "string"
readme = "README.md"
repository = "https://github.com/carllerche/string"
version = "0.1.2"