form_urlencoded 1.2.1

Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.
Documentation
[dependencies.percent-encoding]
default-features = false
version = "2.3.0"

[features]
alloc = ["percent-encoding/alloc"]
default = ["std"]
std = ["alloc", "percent-encoding/std"]

[lib]
test = false

[package]
authors = ["The rust-url developers"]
categories = ["no_std"]
description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "form_urlencoded"
repository = "https://github.com/servo/rust-url"
rust-version = "1.51"
version = "1.2.1"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]