descape 2.0.2

Adds a single extension trait for &str to unescape any backslashes.
[features]
core_error = []
std = []

[lib]
name = "descape"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "parsing", "value-formatting"]
description = "Adds a single extension trait for &str to unescape any backslashes."
edition = "2018"
keywords = ["zerocopy", "string", "escape", "strings", "unicode"]
license = "Apache-2.0 OR MIT"
name = "descape"
readme = "README.md"
repository = "https://github.com/balt-dev/descape"
version = "2.0.2"

[package.metadata]
msrv = "1.52.1"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "test"
path = "tests/test.rs"