Sunbeam Studios

Our open-source projects, here for you!

serde_urlencoded (0.7.1)

Published 2026-03-26 11:03:26 +00:00 by siennathesane

Installation

[registry]
default = "gitea"

[registries.gitea]
index = "sparse+" # Sparse index
# index = "" # Git

[net]
git-fetch-with-cli = true
cargo add serde_urlencoded@0.7.1

About this package

`x-www-form-urlencoded` meets Serde

x-www-form-urlencoded meets Serde

This crate is a Rust library for serialising to and deserialising from the application/x-www-form-urlencoded format. It is built upon Serde, a high performance generic serialization framework and rust-url, a URL parser for Rust.

Installation

This crate works with Cargo and can be found on crates.io with a Cargo.toml like:

[dependencies]
serde_urlencoded = "0.7"

The documentation is available on docs.rs.

Getting help

Serde developers live in the #serde channel on irc.mozilla.org and most rust-url developers live in the #servo one. The #rust channel is also a good resource with generally faster response time but less specific knowledge about Serde, rust-url or this crate. If IRC is not your thing, we are happy to respond to GitHub issues as well.

License

serde_urlencoded is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in serde_urlencoded by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

ID Version
form_urlencoded ^1
itoa ^1
ryu ^1
serde ^1.0.69
serde_derive ^1

Keywords

serde serialization urlencoded
Details
Cargo
2026-03-26 11:03:26 +00:00
0
Anthony Ramine <n.oxyde@gmail.com>
MIT/Apache-2.0
13 KiB
Assets (1)
Versions (1) View all
0.7.1 2026-03-26