unescaper 0.1.0

Unescaping the `String` easily
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Xavier Lau <xavier@inv.cafe>"]
description = "Unescaping the `String` easily"
edition = "2021"
homepage = "https://unescaper.hack.ink"
license = "GPL-3.0"
name = "unescaper"
readme = "README.md"
repository = "https://github.com/hack-ink/unescaper"
resolver = "2"
version = "0.1.0"