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

#46 in Encoding

Download history 1383203/week @ 2024-08-02 1454781/week @ 2024-08-09 1410421/week @ 2024-08-16 1452179/week @ 2024-08-23 1363401/week @ 2024-08-30 1444617/week @ 2024-09-06 1313110/week @ 2024-09-13 1623968/week @ 2024-09-20 1620318/week @ 2024-09-27 2115031/week @ 2024-10-04 1978462/week @ 2024-10-11 2118893/week @ 2024-10-18 1598491/week @ 2024-10-25 1521320/week @ 2024-11-01 1545528/week @ 2024-11-08 1604224/week @ 2024-11-15

6,574,639 downloads per month
Used in 17,458 crates (647 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–440KB