descape 1.1.3

Adds a single extension trait for &str to unescape any backslashes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "descape"

version = "1.1.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 = ["unescape", "string", "escape", "strings", "unicode"]

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

readme = "README.md"



[package.metadata]

msrv = "1.52.1"