scrappy-string 0.0.1

A UTF-8 encoded string with Bytes as a storage
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bytes"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10004c15deb332055f7a4a208190aed362cf9a7c2f6ab70a305fba50e1105f38"

[[package]]
name = "scrappy-string"
version = "0.0.1"
dependencies = [
 "bytes",
]