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

#43 in Encoding

Download history 1367723/week @ 2024-07-23 1377514/week @ 2024-07-30 1412005/week @ 2024-08-06 1408845/week @ 2024-08-13 1445861/week @ 2024-08-20 1372306/week @ 2024-08-27 1466750/week @ 2024-09-03 1402679/week @ 2024-09-10 1485521/week @ 2024-09-17 1575736/week @ 2024-09-24 1943777/week @ 2024-10-01 2129147/week @ 2024-10-08 2089174/week @ 2024-10-15 1655746/week @ 2024-10-22 1535111/week @ 2024-10-29 1522694/week @ 2024-11-05

7,179,366 downloads per month
Used in 17,316 crates (643 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–330KB