url-escape 0.1.1

This library is for encoding/escaping special characters in URLs and decoding/unescaping URLs as well.
Documentation
[package]
name = "url-escape"
version = "0.1.1"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
repository = "https://github.com/magiclen/url-escape"
homepage = "https://magiclen.org/url-escape"
keywords = ["url", "escape", "unescape", "encode", "decode"]
categories = ["encoding"]
description = "This library is for encoding/escaping special characters in URLs and decoding/unescaping URLs as well."
readme = "README.md"
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]

[dependencies]
percent-encoding = "2.1"