stfu8 0.2.7

Sorta Text Format in UTF-8
Documentation
[package]
name = "stfu8"
version = "0.2.7"
authors = ["Garrett Berg <googberg@gmail.com>"]
description = "Sorta Text Format in UTF-8"
keywords = [
    "text",
    "binary",
    "repr",
    "invalid",
    "unicode",
]
license = "MIT OR Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/stfu8"
repository = "https://github.com/vitiral/stfu8"

[badges]
travis-ci = { repository = "vitiral/stfu8" }
appveyor = { repository = "vitiral/stfu8" }

[dev-dependencies]
pretty_assertions = "1.1"
proptest = "1.0"

[features]
default = ["testing"]
testing = []