18 releases

0.7.1 Jan 17, 2022
0.7.0 Sep 5, 2020
0.6.1 Jul 31, 2019
0.5.4 Nov 19, 2018
0.3.0 Oct 23, 2016

#44 in Encoding

Download history 1350807/week @ 2024-07-17 1359968/week @ 2024-07-24 1386304/week @ 2024-07-31 1451896/week @ 2024-08-07 1374158/week @ 2024-08-14 1444061/week @ 2024-08-21 1356988/week @ 2024-08-28 1485356/week @ 2024-09-04 1386181/week @ 2024-09-11 1513582/week @ 2024-09-18 1631633/week @ 2024-09-25 1997648/week @ 2024-10-02 2028560/week @ 2024-10-09 2124523/week @ 2024-10-16 1626770/week @ 2024-10-23 1526894/week @ 2024-10-30

7,705,477 downloads per month
Used in 17,229 crates (644 directly)

MIT/Apache

44KB
1K SLoC

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

~165–435KB