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

#51 in Encoding

Download history 1551632/week @ 2024-11-21 1442800/week @ 2024-11-28 1781941/week @ 2024-12-05 1715789/week @ 2024-12-12 1070598/week @ 2024-12-19 798491/week @ 2024-12-26 1435569/week @ 2025-01-02 1861192/week @ 2025-01-09 1772760/week @ 2025-01-16 1823262/week @ 2025-01-23 1972661/week @ 2025-01-30 2149123/week @ 2025-02-06 2002354/week @ 2025-02-13 2374954/week @ 2025-02-20 2317021/week @ 2025-02-27 2664001/week @ 2025-03-06

9,783,347 downloads per month
Used in 19,471 crates (694 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

~160–425KB