url-escape 0.1.1

This library is for encoding/escaping special characters in URLs and decoding/unescaping URLs as well.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.percent-encoding]
version = "2.1"

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