urlencoding 2.1.3

A Rust library for doing URL percentage encoding.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[badges.maintenance]
status = "looking-for-maintainer"

[package]
authors = ["Kornel <kornel@geekhood.net>", "Bertram Truong <b@bertramtruong.com>"]
categories = ["encoding", "web-programming"]
description = "A Rust library for doing URL percentage encoding."
edition = "2021"
homepage = "https://lib.rs/urlencoding"
keywords = ["url", "percent", "escape", "urlencode", "urldecode"]
license = "MIT"
name = "urlencoding"
readme = "README.md"
repository = "https://github.com/kornelski/rust_urlencoding"
version = "2.1.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]