raw-string 0.3.3

RawStr/RawString are like str/String, but without any guaranteed encoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[features]
old-nightly = []

[package]
authors = ["Mara Bos <m-ou.se@m-ou.se>"]
description = "RawStr/RawString are like str/String, but without any guaranteed encoding"
keywords = ["raw", "string", "bytes"]
license = "BSD-2-Clause"
name = "raw-string"
repository = "https://github.com/m-ou-se/raw-string-rs"
version = "0.3.3"
[package.metadata.docs.rs]
features = ["old-nightly"]