descape 2.0.3

Adds a single extension trait for &str to unescape any backslashes.
Documentation
[package]

name = "descape"

version = "2.0.3"

edition = "2018"

description = "Adds a single extension trait for &str to unescape any backslashes."

license = "Apache-2.0 OR MIT"

repository = "https://github.com/balt-dev/descape"

keywords = ["zerocopy", "string", "escape", "strings", "unicode"]

categories = ["no-std", "parsing", "value-formatting"]

readme = "README.md"



[package.metadata]

msrv = "1.52.1"



[features]

std = []

core_error = []



[package.metadata.docs.rs]

rustdoc-args = ["--cfg", "docsrs"]