Skip to content

Commit 7d7b44e

Browse files
{"schema":"decodex/commit/1","summary":"Land align README with Decodex format","authority":"manual"}
2 parents 03b82bf + 5306907 commit 7d7b44e

1 file changed

Lines changed: 39 additions & 9 deletions

File tree

README.md

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<div align="center">
22

33
# Unescaper
4-
### Unescape strings with escape sequences written out as literal characters.
54

6-
[![License GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
5+
Unescape strings with escape sequences written out as literal characters.
6+
77
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
8-
[![Checks](https://github.com/hack-ink/unescaper/actions/workflows/checks.yml/badge.svg?branch=main)](https://github.com/hack-ink/unescaper/actions/workflows/checks.yml)
8+
[![License GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
99
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/hack-ink/unescaper)](https://github.com/hack-ink/unescaper/tags)
10-
[![GitHub code lines](https://tokei.rs/b1/github/hack-ink/unescaper)](https://github.com/hack-ink/unescaper)
1110
[![GitHub last commit](https://img.shields.io/github/last-commit/hack-ink/unescaper?color=red&style=plastic)](https://github.com/hack-ink/unescaper)
11+
[![GitHub code lines](https://tokei.rs/b1/github/hack-ink/unescaper)](https://github.com/hack-ink/unescaper)
12+
[![Checks](https://github.com/hack-ink/unescaper/actions/workflows/checks.yml/badge.svg?branch=main)](https://github.com/hack-ink/unescaper/actions/workflows/checks.yml)
1213

1314
</div>
1415

1516
## Usage
17+
1618
[More Examples](src/test.rs)
19+
1720
```rust
1821
fn main() {
1922
assert_eq!(unescaper::unescape(r"\u000a").unwrap(), "\n");
@@ -24,8 +27,35 @@ fn main() {
2427
}
2528
```
2629

27-
## Thanks
28-
The idea comes from [unescape-rs](https://github.com/saghm/unescape-rs).<br>
29-
The last commit of that repository was seven years ago.<br>
30-
So, I think it is no longer maintained.<br>
31-
That's why I created this repository, and I have made some improvements.
30+
## Support Me
31+
32+
If you find this project helpful and would like to support its development, you can buy me a coffee!
33+
34+
Your support is greatly appreciated and motivates me to keep improving this project.
35+
36+
- **Fiat**
37+
- [Ko-fi](https://ko-fi.com/hack_ink)
38+
- [Afdian](https://afdian.com/a/hack_ink)
39+
- **Crypto**
40+
- **Bitcoin**
41+
- `bc1pedlrf67ss52md29qqkzr2avma6ghyrt4jx9ecp9457qsl75x247sqcp43c`
42+
- **Ethereum**
43+
- `0x3e25247CfF03F99a7D83b28F207112234feE73a6`
44+
- **Polkadot**
45+
- `156HGo9setPcU2qhFMVWLkcmtCEGySLwNqa3DaEiYSWtte4Y`
46+
47+
Thank you for your support!
48+
49+
## Appreciation
50+
51+
We would like to extend our heartfelt gratitude to the following projects and contributors:
52+
53+
- [unescape-rs](https://github.com/saghm/unescape-rs) for the original idea this crate builds on.
54+
55+
<div align="right">
56+
57+
### License
58+
59+
<sup>Licensed under [MIT](LICENSE-MIT) or [GPL-3.0-only](LICENSE-GPL3).</sup>
60+
61+
</div>

0 commit comments

Comments
 (0)