x-www-form-urlencoded meets Serde
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Reynard User c3af231abd
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Test beta on macOS-latest (push) Has been cancelled
CI / Test nightly on macOS-latest (push) Has been cancelled
CI / Test stable on macOS-latest (push) Has been cancelled
CI / Test beta on ubuntu-latest (push) Has been cancelled
CI / Test nightly on ubuntu-latest (push) Has been cancelled
CI / Test stable on ubuntu-latest (push) Has been cancelled
CI / Test beta on windows-latest (push) Has been cancelled
CI / Test nightly on windows-latest (push) Has been cancelled
CI / Test stable on windows-latest (push) Has been cancelled
Update form_urlencoded to use git.sly.so repository
2026-05-12 17:41:56 +02:00
.github/workflows Replace Travis by Github workflow 2022-01-17 11:35:45 +01:00
src Merge pull request #100 from qm3ster/master 2024-04-11 09:07:23 +02:00
tests Merge pull request #100 from qm3ster/master 2024-04-11 09:07:23 +02:00
.gitignore x-www-form-urlencoded meets Serde 2016-09-11 13:44:28 +02:00
bors.toml Add bors configuration 2017-01-29 10:25:43 +01:00
Cargo.toml Update form_urlencoded to use git.sly.so repository 2026-05-12 17:41:56 +02:00
LICENSE-APACHE x-www-form-urlencoded meets Serde 2016-09-11 13:44:28 +02:00
LICENSE-MIT x-www-form-urlencoded meets Serde 2016-09-11 13:44:28 +02:00
README.md Bump version to 0.7.1 2021-01-10 15:09:12 +01:00
rustfmt.toml Disable match_block_trailing_comma config for rustfmt since its a nightly feature 2020-08-05 21:37:35 +05:30

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.